Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 75 for Grappler (0.19 sec)

  1. platforms/documentation/docs/src/docs/release/notes.md

    ## Upgrade instructions
    
    Switch your build to use Gradle @version@ by updating your wrapper:
    
    `./gradlew wrapper --gradle-version=@version@`
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 07:16:40 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  2. maven-bom/pom.xml

             - maven-compat, only used by apache-maven distributions to support older releases
             - maven-slf4j-provider, only used by apache-maven distributions
             - maven-wrapper, only used by apache-maven-wrapper distributions -->
        <dependencies>
          <dependency>
            <groupId>org.apache.maven</groupId>
            <artifactId>maven-artifact</artifactId>
            <version>${project.version}</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/running-builds/getting_started_eng.adoc

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    [[introduction]]
    = Getting Started
    
    ++++
    <div class="badge-wrapper">
        <a class="badge" href="https://dpeuniversity.gradle.com/app/courses/012de84f-fcd3-45d4-9c4c-284382eb3f3f/" target="_blank">
            <span class="badge-type button--blue">LEARN</span>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/release/notes-template.md

    ## Upgrade instructions
    
    Switch your build to use Gradle @version@ by updating your wrapper:
    
    `./gradlew wrapper --gradle-version=@version@`
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 14:04:10 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  5. gradlew

      CYGWIN* )         cygwin=true  ;; #(
      Darwin* )         darwin=true  ;; #(
      MSYS* | MINGW* )  msys=true    ;; #(
      NONSTOP* )        nonstop=true ;;
    esac
    
    CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
    
    
    # Determine the Java command to use to start the JVM.
    if [ -n "$JAVA_HOME" ] ; then
        if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
            # IBM's JDK on AIX uses strange locations for the executables
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 11:20:16 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  6. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/daemon/DaemonLogFile.groovy

    
    import org.gradle.util.GradleVersion
    
    import java.nio.charset.Charset
    import java.nio.charset.StandardCharsets
    import java.nio.file.Files
    import java.util.stream.Stream
    
    /**
     * A wrapper class to read the daemon log file.
     */
    class DaemonLogFile {
        private final File logFile
        private final Charset charset
    
        private DaemonLogFile(File logFile, Charset charset) {
            this.logFile = logFile
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 09:22:54 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  7. build-logic/jvm/src/main/kotlin/gradlebuild.start-scripts.gradle.kts

        startScriptsDir = layout.buildDirectory.dir("startScripts")
        launcherJar.from(tasks.jar)
        agentJars.from(resolveAgentsClasspath)
        // The trick below is to use the templates from the current code instead of the wrapper. It does not cover the case where the generation logic is updated though.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 11:35:55 UTC 2024
    - 2K bytes
    - Viewed (0)
  8. testing/internal-performance-testing/build.gradle.kts

        api(libs.jettyWebApp)
        api(libs.jsr305)
        api(libs.junit)
        api(libs.spock)
    
        implementation(project(":concurrent"))
        implementation(project(":logging-api"))
        implementation(project(":wrapper-shared"))
    
        implementation(libs.commonsIo)
        implementation(libs.commonsLang)
        implementation(libs.commonsMath)
        implementation(libs.groovyAnt)
        implementation(libs.groovyJson)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/GradleDistribution.java

        boolean isToolingApiLocksBuildActionClasses();
    
        /**
         * Returns the version of the artifact cache layout
         */
        CacheVersion getArtifactCacheLayoutVersion();
    
        /**
         * Returns true if the wrapper from this distribution can execute a build using the specified version.
         */
        boolean wrapperCanExecute(GradleVersion version);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:09:27 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  10. platforms/ide/tooling-api/build.gradle.kts

        api(project(":concurrent"))
        api(project(":enterprise-logging"))
        api(project(":stdlib-java-extensions"))
        api(project(":logging"))
        api(project(":messaging"))
        api(project(":time"))
        api(project(":wrapper-shared"))
    
        testFixturesImplementation(project(":core-api"))
        testFixturesImplementation(project(":core"))
        testFixturesImplementation(project(":logging"))
        testFixturesImplementation(project(":model-core"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.7K bytes
    - Viewed (0)
Back to top