Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 151 for ACME (0.03 sec)

  1. platforms/software/plugins-distribution/src/integTest/groovy/org/gradle/api/plugins/DistributionPluginIntegrationTest.groovy

                """
            then:
            succeeds("publishMavenPublicationToMavenRepository")
            file("repo/org/acme/TestProject/1.0/TestProject-1.0.zip").assertIsFile()
    
            and:
            def pom = new MavenPom(file("repo/org/acme/TestProject/1.0/TestProject-1.0.pom"))
            pom.groupId == "org.acme"
            pom.artifactId == "TestProject"
            pom.version == "1.0"
            pom.packaging == "zip"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 20 21:03:51 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/RepositoriesDeclaredInSettingsIntegrationTest.groovy

            repository {
                'org:module:1.0'()
            }
            file("included/build.gradle") << """
                group = 'com.acme'
                version = '0.x'
    
                configurations {
                        create 'default'
                    }
    
                    dependencies {
                        add('default', 'org:module:1.0')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:56:27 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/VariantAwareResolutionWithConfigurationAttributesIntegrationTest.groovy

                            'core.txt'('core')
                        }
                        java {
                            com {
                                acme {
                                    core {
                                        'Hello.java'('''package com.acme.core;
    
                                import org.apache.commons.lang3.StringUtils;
    
                                public class Hello {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/publishing_customization.adoc

    include::sample[dir="snippets/dependencyManagement/modelingFeatures-crossProjectPublications-advanced-published/groovy/buildSrc/src/main/groovy/com/acme",files="InstrumentedJarsPlugin.groovy[tags=add_variant_to_existing_component]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  5. platforms/software/publish/src/test/groovy/org/gradle/api/publish/internal/metadata/GradleModuleMetadataWriterTest.groovy

            {
              "group": "com.acme",
              "module": "runtime",
              "excludes": [
                {
                  "group": "org.example.runtime",
                  "module": "*"
                },
                {
                  "group": "com.example.bad",
                  "module": "runtime"
                }
              ]
            },
            {
              "group": "com.acme",
              "module": "intransitive",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 07:21:42 UTC 2023
    - 36.9K bytes
    - Viewed (0)
  6. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishIssuesIntegTest.groovy

        def "gradle ignores maven mirror configuration for uploading archives"() {
            given:
            m2.globalSettingsFile << """
    <settings>
      <mirrors>
        <mirror>
          <id>ACME</id>
          <name>ACME Central</name>
          <url>http://acme.maven.org/maven2</url>
          <mirrorOf>*</mirrorOf>
        </mirror>
      </mirrors>
    </settings>
    """
    
            and:
            settingsFile << "rootProject.name = 'root'"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 07 19:31:52 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSAPSS

    000000e0  07 41 63 6d 65 20 43 6f  30 1e 17 0d 31 37 31 31  |.Acme Co0...1711|
    000000f0  32 33 31 36 31 36 31 30  5a 17 0d 31 38 31 31 32  |23161610Z..18112|
    00000100  33 31 36 31 36 31 30 5a  30 12 31 10 30 0e 06 03  |3161610Z0.1.0...|
    00000110  55 04 0a 13 07 41 63 6d  65 20 43 6f 30 81 9f 30  |U....Acme Co0..0|
    00000120  0d 06 09 2a 86 48 86 f7  0d 01 01 01 05 00 03 81  |...*.H..........|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r27/TestLauncherCrossVersionSpec.groovy

            given:
            collectDescriptorsFromBuild()
            and:
            testClassRemoved()
            when:
            launchTests { TestLauncher launcher ->
                launcher.withJvmTestClasses("org.acme.NotExistingTestClass")
                launcher.withJvmTestMethods("example.MyTest", "unknownMethod")
                launcher.withJvmTestMethods("example.MyTest", "unknownMethod2")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/networkfilter_test.go

    				LbPolicy: &networking.LoadBalancerSettings_Simple{},
    			},
    		},
    	}
    
    	simpleDestinationRule := config.Config{
    		Meta: config.Meta{
    			GroupVersionKind: gvk.DestinationRule,
    			Name:             "acme-v3-0",
    			Namespace:        "not-default",
    		},
    		Spec: simpleDestinationRuleSpec,
    	}
    
    	destinationRuleSpec := &networking.DestinationRule{
    		Host: "test.com",
    		TrafficPolicy: &networking.TrafficPolicy{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  10. platforms/core-runtime/logging/src/integTest/groovy/org/gradle/DeprecationHandlingIntegrationTest.groovy

                        project.getTasks().create("thisIsADeprecatedTask", DeprecatedTask.class);
                    }
                }
            """.stripIndent()
            file('buildSrc/src/main/resources/META-INF/gradle-plugins/org.acme.deprecated.properties') << """
                implementation-class=DeprecatedPlugin
            """.stripIndent()
        }
    
        def 'DeprecatedPlugin and DeprecatedTask - #scenario'() {
            given:
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 19 16:16:32 UTC 2024
    - 12.8K bytes
    - Viewed (0)
Back to top