Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for usedForStartup (0.24 sec)

  1. platforms/core-runtime/gradle-cli-main/build.gradle.kts

        id("gradlebuild.start-scripts")
    }
    
    description = "Java 6-compatible entry point of the `gradle` command. Boostraps the Gradle client implementation in :launcher."
    
    gradlebuildJava.usedForStartup()
    
    app {
        mainClassName = "org.gradle.launcher.GradleMain"
    }
    
    dependencies {
        implementation(projects.stdlibJavaExtensions)
        implementation(project(":build-process-services"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.3K bytes
    - Viewed (0)
Back to top