Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 54 for toolChain (0.18 sec)

  1. pom.xml

        <module>maven-slf4j-wrapper</module>
        <module>maven-embedder</module>
        <module>maven-compat</module>
        <module>apache-maven</module>
        <module>maven-toolchain-model</module>
        <module>maven-toolchain-builder</module>
        <module>maven-bom</module>
      </modules>
    
      <scm>
        <connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:13:34 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/injected-services-should-have-service-scope-applied.txt

    Class <org.gradle.internal.resource.TextUriResourceLoader$Factory> is not annotated with @ServiceScope in (TextUriResourceLoader.java:0)
    Class <org.gradle.jvm.toolchain.JavaToolchainService> is not annotated with @ServiceScope in (JavaToolchainService.java:0)
    Class <org.gradle.jvm.toolchain.internal.DefaultJvmToolchainManagement> is not annotated with @ServiceScope in (DefaultJvmToolchainManagement.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  3. platforms/native/platform-native/build.gradle.kts

        excludePatterns.add("org/gradle/nativeplatform/tasks/**")
        excludePatterns.add("org/gradle/nativeplatform/internal/resolve/**")
        excludePatterns.add("org/gradle/nativeplatform/toolchain/internal/**")
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.nativeplatform.toolchain.internal.AbstractCompiler$1> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (AbstractCompiler.java:0)
    Class <org.gradle.nativeplatform.toolchain.internal.AbstractCompiler> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (AbstractCompiler.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  5. platforms/software/build-init/build.gradle.kts

        integTestImplementation(project(":native"))
        integTestImplementation(libs.jetty)
    
        testRuntimeOnly(project(":distributions-jvm")) {
            because("ProjectBuilder tests load services from a Gradle distribution.  Toolchain usage requires JVM distribution.")
        }
        integTestDistributionRuntimeOnly(project(":distributions-full"))
    }
    
    packageCycles {
        excludePatterns.add("org/gradle/api/tasks/wrapper/internal/*")
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  6. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/problems/KnownProblemIds.groovy

            'deprecation:custom-task-action' : 'Custom Task action has been deprecated.',
            'deprecation:missing-java-toolchain-plugin' : 'Using task ValidatePlugins without applying the Java Toolchain plugin.',
            'deprecation:included-build-script' : 'Included build script has been deprecated.',
            'deprecation:included-build-task' : 'Included build task has been deprecated.',
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:07:53 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  7. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/client/DefaultDaemonStarter.java

    import org.gradle.launcher.daemon.diagnostics.DaemonStartupInfo;
    import org.gradle.launcher.daemon.registry.DaemonDir;
    import org.gradle.launcher.daemon.toolchain.DaemonJavaToolchainQueryService;
    import org.gradle.launcher.daemon.toolchain.DaemonJvmCriteria;
    import org.gradle.process.internal.DefaultExecActionFactory;
    import org.gradle.process.internal.ExecHandle;
    import org.gradle.process.internal.JvmOptions;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  8. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/cli/BuildActionsFactory.java

    import org.gradle.internal.service.ServiceRegistryBuilder;
    import org.gradle.internal.service.scopes.BasicGlobalScopeServices;
    import org.gradle.internal.service.scopes.Scope;
    import org.gradle.jvm.toolchain.JavaLanguageVersion;
    import org.gradle.launcher.bootstrap.ExecutionListener;
    import org.gradle.launcher.daemon.bootstrap.ForegroundDaemonAction;
    import org.gradle.launcher.daemon.client.DaemonClient;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    == Upgrading from 8.8 and earlier
    
    === Potential breaking changes
    
    ==== Change to toolchain provisioning
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  10. src/cmd/go/internal/help/helpdoc.go

    		The root of the go tree.
    	GOSUMDB
    		The name of checksum database to use and optionally its public key and
    		URL. See https://golang.org/ref/mod#authenticating.
    	GOTOOLCHAIN
    		Controls which Go toolchain is used. See https://go.dev/doc/toolchain.
    	GOTMPDIR
    		The directory where the go command will write
    		temporary source files, packages, and binaries.
    	GOVCS
    		Lists version control commands that may be used with matching servers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
Back to top