Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 362 for CLASSPATH (0.21 sec)

  1. platforms/jvm/normalization-java/src/main/java/org/gradle/internal/fingerprint/classpath/impl/ClasspathFingerprintingStrategy.java

    import java.util.HashSet;
    import java.util.Map;
    
    import static org.gradle.internal.fingerprint.classpath.impl.ClasspathFingerprintingStrategy.NonJarFingerprintingStrategy.IGNORE;
    import static org.gradle.internal.fingerprint.classpath.impl.ClasspathFingerprintingStrategy.NonJarFingerprintingStrategy.USE_FILE_HASH;
    
    /**
     * Fingerprints classpath-like file collections.
     *
     * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/AbstractLineEndingSensitivityIntegrationSpec.groovy

            where:
            [api, pathsensitivity] << [Api.values(), PathSensitivity.values()].combinations()
        }
    
        def "runtime classpath properties are sensitive to line endings by default (#api)"() {
            createTaskWithNormalization(Classpath, LineEndingSensitivity.DEFAULT, null, api)
    
            buildFile << """
                taskWithInputs {
                    sources.from(project.files("foo"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/parameters/ConsumerOperationParameters.java

                tasks = Lists.newArrayList(taskPaths);
                return this;
            }
    
            public Builder setInjectedPluginClasspath(ClassPath classPath) {
                this.injectedPluginClasspath = classPath;
                return this;
            }
    
            public Builder setSystemProperties(Map<String, String> systemProperties) {
                this.systemProperties = systemProperties;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 19 19:46:37 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/catalog/ProjectAccessorsSourceGeneratorTest.groovy

    import org.gradle.api.internal.artifacts.dsl.dependencies.ProjectFinder
    import org.gradle.api.internal.classpath.DefaultModuleRegistry
    import org.gradle.api.internal.classpath.ModuleRegistry
    import org.gradle.api.internal.project.ProjectInternal
    import org.gradle.internal.classpath.ClassPath
    import org.gradle.internal.installation.CurrentGradleInstallation
    import org.gradle.test.fixtures.file.TestNameTestDirectoryProvider
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  5. platforms/jvm/plugins-application/src/main/java/org/gradle/jvm/application/tasks/CreateStartScripts.java

            return modularity;
        }
    
        public void setClasspath(@Nullable FileCollection classpath) {
            this.classpath = classpath;
        }
    
        /**
         * The UNIX-like start script generator.
         * <p>
         * Defaults to an implementation of {@link org.gradle.jvm.application.scripts.TemplateBasedScriptGenerator}.
         */
        @Internal
        public ScriptGenerator getUnixStartScriptGenerator() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  6. .teamcity/mvnw

    if $cygwin ; then
      [ -n "$M2_HOME" ] &&
        M2_HOME=`cygpath --unix "$M2_HOME"`
      [ -n "$JAVA_HOME" ] &&
        JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
      [ -n "$CLASSPATH" ] &&
        CLASSPATH=`cygpath --path --unix "$CLASSPATH"`
    fi
    
    # For Mingw, ensure paths are in UNIX format before anything is touched
    if $mingw ; then
      [ -n "$M2_HOME" ] &&
        M2_HOME="`(cd "$M2_HOME"; pwd)`"
      [ -n "$JAVA_HOME" ] &&
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 26 01:48:39 UTC 2020
    - 9.8K bytes
    - Viewed (0)
  7. platforms/extensibility/plugin-use/src/integTest/groovy/org/gradle/plugin/use/AlreadyOnClasspathPluginUseIntegrationTest.groovy

        }
    
        @Requires(IntegTestPreconditions.NotEmbeddedExecutor) // TestKit usage inside of the test requires distribution
        def "cannot request plugin version of plugin from TestKit injected classpath"() {
    
            given:
            withBinaryPluginBuild(".", new TestKitSpec(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/GradleKotlinDslIntegrationTest.kt

        @Test
        fun `given a buildscript block, it will be used to compute the runtime classpath`() {
            checkBuildscriptBlockIsUsedToComputeRuntimeClasspathAfter { it }
        }
    
        @Test
        fun `given a buildscript block separated by CRLF, it will be used to compute the runtime classpath`() {
            checkBuildscriptBlockIsUsedToComputeRuntimeClasspathAfter {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 18:26:28 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/compile/BuildScriptCompileAvoidanceIntegrationTest.kt

            val (className, jarPath) = buildJarForBuildScriptClasspath(
                """
                public void foo() {
                    System.out.println("foo");
                }
                """
            )
    
            withUniqueScript(
                """
                buildscript {
                    dependencies { classpath(files("$jarPath")) }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Sep 24 17:45:42 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  10. platforms/jvm/language-groovy/src/main/java/org/gradle/api/tasks/compile/GroovyCompile.java

            return compileOptions;
        }
    
        /**
         * Returns the classpath containing the version of Groovy to use for compilation.
         *
         * @return The classpath.
         */
        @Classpath
        public FileCollection getGroovyClasspath() {
            return groovyClasspath;
        }
    
        /**
         * Sets the classpath containing the version of Groovy to use for compilation.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top