Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 707 for Sall (0.04 sec)

  1. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/JavaCompilerArgumentsBuilder.java

            allowEmptySourcePath = false;
            return this;
        }
    
        /**
         * Returns a list with all Java compiler arguments as configured in this builder.
         * Returned arguments are guaranteed not to be null.
         *
         * @return a list containing all Java compiler arguments
         */
        public List<String> build() {
            args = new ArrayList<>();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 20:20:08 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/api/internal/catalog/parser/TomlCatalogFileParserTest.groovy

                def mutable = new DefaultMutableVersionConstraint("")
                spec.delegate = mutable
                spec.resolveStrategy = Closure.DELEGATE_FIRST
                spec.call()
                def version = DefaultImmutableVersionConstraint.of(mutable)
                assert model.version == version
            }
        }
    
        @CompileStatic
        private static class PluginSpec {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 05:41:21 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  3. platforms/core-runtime/files/src/main/java/org/gradle/internal/file/FileHierarchySet.java

         */
        @CheckReturnValue
        public abstract FileHierarchySet plus(File path);
    
        /**
         * Returns a set that contains the union of this set and the given absolute path. The set contains the path itself, plus all its descendants.
         */
        @CheckReturnValue
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:38 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/VariantAttributesRulesIntegrationTest.groovy

        @Override
        String getTestConfiguration() { variantToTest }
    
        /**
         * Does the published metadata provide variants with attributes? Eventually all metadata should do that.
         * For Ivy and Maven POM metadata, the variants and attributes should be derived from configurations and scopes.
         */
        boolean getPublishedModulesHaveAttributes() { gradleMetadataPublished }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/plugins.adoc

    It cannot be used in script plugins or init scripts.
    
    [[sec:subprojects_plugins_dsl]]
    ==== Applying plugins to all subprojects
    
    Suppose you have a <<multi_project_builds.adoc#multi_project_builds,multi-project build>>, you probably want to apply plugins to some or all of the subprojects in your build but not to the `root` project.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 04:11:37 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/css/base.css

    .docs-navigation a:hover {
        color: #35c1e4;
        text-decoration: none;
    }
    
    .docs-navigation a code {
        color: #02303A;
        overflow-wrap: break-word;
        padding: 0;
        word-break: break-all;
    }
    
    .docs-navigation a.active {
        text-decoration: underline;
        outline: 0;
        border: none;
        outline-style: none;
        -moz-outline-style: none;
    }
    
    .docs-navigation a.active:hover {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/artifacts/dsl/DependencyHandler.java

     *   implementation group: 'com.google.code.guice', name: 'guice', version: '1.0'
     *
     *   //declaring arbitrary files as dependencies
     *   implementation files('hibernate.jar', 'libs/spring.jar')
     *
     *   //putting all jars from 'libs' onto compile classpath
     *   implementation fileTree('libs')
     * }
     * </pre>
     *
     * <h2>Advanced dependency configuration</h2>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 19:16:36 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/ResolvedFilesApiIntegrationTest.groovy

            m.pom.expectGetBroken()
    
            when:
            maybeExpectDeprecation(expression)
            fails 'show'
    
            then:
            failure.assertHasCause("Could not resolve all files for configuration ':compile'.")
            failure.assertHasCause("Could not find any matches for org:test:1.0+ as no versions of org:test are available.")
            failure.assertHasCause("Could not resolve org:test2:2.0.")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 17:10:15 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  9. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/DefaultVisualStudioLocatorTest.groovy

            result.component.baseDir == dir3
            result.component.visualCpp.name == "Visual C++ 1.2.3-4"
            result.component.visualCpp.version == VersionNumber.parse("1.2.3.4")
        }
    
        def "can locate all versions of visual studio using registry"() {
            def dir1 = vsDir("vs1")
            def dir2 = vsDir("vs2")
            def dir3 = vsDir("vs3")
    
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 25.1K bytes
    - Viewed (0)
  10. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/server/health/gc/GarbageCollectionMonitoringIntegrationTest.groovy

                // For java.util.concurrent.CountDownLatch being serialized reflectively by configuration cache
                executer.withArgument('-Dorg.gradle.jvmargs=--add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.util.concurrent.locks=ALL-UNNAMED')
            }
    
            configureGarbageCollectionHeapEventsFor(256, 512, 100, garbageCollector.monitoringStrategy.thrashingThreshold + 0.2)
            waitForImmediateDaemonExpiration()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 14.2K bytes
    - Viewed (0)
Back to top