Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 4,232 for Additionals (0.38 sec)

  1. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/detection/ForkedTestClasspathFactory.java

                return new ForkedTestClasspath(
                    pathWithAdditionalModules(classpath, additional.applicationClasspath),
                    pathWithAdditionalModules(modulepath, additional.applicationModulepath),
                    withImplementation(loadDistributionUrls(additional.implementationClasspath)),
                    loadDistributionUrls(additional.implementationModulepath)
                );
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/configurationCache/problemsKotlin/tests/configurationCacheProblemsKotlin.sample.conf

      expect-failure: true
      expected-output-file: fail.out
      allow-additional-output: true
      allow-disordered-output: true
    },{
      executable: gradle
      args: "--rerun-tasks --configuration-cache-problems=warn someTask -DsomeDestination=dest"
      expect-failure: false
      expected-output-file: store.out
      allow-additional-output: true
    }, {
      executable: gradle
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 627 bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/artifacts/repositories/MavenArtifactRepository.java

         */
        @Override
        void setUrl(Object url);
    
        /**
         * Returns the additional URLs to use to find artifact files. Note that these URLs are not used to find POM files.
         *
         * @return The additional URLs. Returns an empty list if there are no such URLs.
         */
        Set<URI> getArtifactUrls();
    
        /**
         * Adds some additional URLs to use to find artifact files. Note that these URLs are not used to find POM files.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 23 15:47:10 UTC 2020
    - 6.2K bytes
    - Viewed (0)
  4. docs/metrics/README.md

    `<Address for MinIO Service>/minio/v2/metrics/cluster`.
    
    The additional node specific metrics which include additional go metrics or process metrics are exposed at
    `<Address for MinIO Node>/minio/v2/metrics/node`.
    
    The additional bucket specific metrics which include additional go metrics or process metrics are exposed at
    `<Address for MinIO Node>/minio/v2/metrics/bucket`.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 29 18:35:20 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/extensibility/ExtensibleDynamicObjectTest.java

        public void hasAdditionalProperty() {
            Bean bean = new Bean();
    
            assertFalse(bean.hasProperty("additional"));
    
            bean.defineProperty("additional", "value");
            assertTrue(bean.hasProperty("additional"));
    
            bean.setProperty("additional", null);
            assertTrue(bean.hasProperty("additional"));
        }
    
        @Test
        public void canGetAndSetExtraProperty() {
            Bean bean = new Bean();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 33.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/configurationCache/problemsFixedReuse/tests/configurationCacheProblemsFixedReuse.sample.conf

      expected-output-file: store.out
      allow-additional-output: true
    }, {
      executable: gradle
      args: "--rerun-tasks someTask -DsomeDestination=dest"
      expected-output-file: load.out
      allow-additional-output: true
    }, {
       executable: gradle
       args: "--rerun-tasks someTask -DsomeDestination=another"
       expected-output-file: load-another.out
       allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 469 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/configurationCache/problemsFixed/tests/configurationCacheProblemsFixed.sample.conf

      expected-output-file: store.out
      allow-additional-output: true
    }, {
      executable: gradle
      args: "--rerun-tasks someTask -DsomeDestination=dest"
      expected-output-file: load.out
      allow-additional-output: true
    }, {
       executable: gradle
       args: "--rerun-tasks someTask -DsomeDestination=another"
       expected-output-file: store-another.out
       allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 470 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/configurationCache/problemsGroovy/tests/configurationCacheProblemsGroovy.sample.conf

      expect-failure: true
      expected-output-file: fail.out
      allow-additional-output: true
      allow-disordered-output: true
    },{
      executable: gradle
      args: "--rerun-tasks --configuration-cache-problems=warn someTask -DsomeDestination=dest"
      expect-failure: false
      expected-output-file: store.out
      allow-additional-output: true
    }, {
      executable: gradle
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 627 bytes
    - Viewed (0)
  9. platforms/ide/problems-api/src/main/java/org/gradle/api/problems/internal/InternalProblemSpec.java

        /**
         * Attaches additional data describing the problem.
         * <p>
         * Only the types listed for {@link AdditionalData} can be used as arguments, otherwise an invalid problem report will be created.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/java/fixtures/tests/javaTestFixtures.sample.conf

        args: dependencyInsight --configuration functionalTestClasspath --dependency gson
        expected-output-file: dependencyInsight.out
        allow-additional-output: true
    },{
        execution-subdirectory: lib
        executable: gradle
        args: usages
        expected-output-file: usages.out
        allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 354 bytes
    - Viewed (0)
Back to top