Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,293 for grails (0.09 sec)

  1. platforms/core-runtime/wrapper-shared/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "Utility code shared between the wrapper and the Gradle distribution"
    
    gradlebuildJava.usedInWorkers()
    
    dependencies {
    
        api(projects.stdlibJavaExtensions)
    
        implementation(project(":files")) {
            because("We need org.gradle.internal.file.PathTraversalChecker")
        }
    
        testImplementation(project(":base-services"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 719 bytes
    - Viewed (0)
  2. subprojects/core/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
        id("gradlebuild.instrumented-project")
    }
    
    description = "Public and internal 'core' Gradle APIs with implementation"
    
    configurations {
        register("reports")
    }
    
    tasks.classpathManifest {
        optionalProjects.add("gradle-kotlin-dsl")
        // The gradle-runtime-api-info.jar is added by a 'distributions-...' project if it is on the (integration test) runtime classpath.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  3. testing/performance/build.gradle.kts

    plugins {
        id("gradlebuild.internal.java")
        id("gradlebuild.performance-test")
        id("gradlebuild.performance-templates")
    }
    
    description = "Performance tests for the Gradle build tool"
    
    dependencies {
        performanceTestImplementation(project(":base-services"))
        performanceTestImplementation(project(":core"))
        performanceTestImplementation(project(":internal-testing"))
        performanceTestImplementation(project(":stdlib-java-extensions"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. platforms/core-runtime/daemon-main/build.gradle.kts

     */
    
    plugins {
        id("gradlebuild.distribution.implementation-java")
        id("gradlebuild.launchable-jar")
    }
    
    description = "Entry point for the Gradle daemon process. Bootstraps the daemon server implementation in :daemon-server."
    
    app {
        mainClassName = "org.gradle.launcher.daemon.bootstrap.GradleDaemon"
    }
    
    dependencies {
        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.2K bytes
    - Viewed (0)
  5. platforms/jvm/ear/build.gradle.kts

        testRuntimeOnly(project(":distributions-jvm")) {
            because("ProjectBuilder tests load services from a Gradle distribution.")
        }
        integTestDistributionRuntimeOnly(project(":distributions-jvm"))
    }
    
    strictCompile {
        ignoreRawTypes() // raw types used in public API
    }
    
    packageCycles {
        excludePatterns.add("org/gradle/plugins/ear/internal/*")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  6. platforms/core-configuration/declarative-dsl-evaluator/build.gradle.kts

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
    import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
    
    plugins {
        id("gradlebuild.distribution.implementation-kotlin")
        id("gradlebuild.publish-public-libraries")
    
        embeddedKotlin("plugin.serialization")
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:38 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  7. platforms/core-configuration/file-collections/build.gradle.kts

        }
        integTestDistributionRuntimeOnly(project(":distributions-core"))
    }
    
    strictCompile {
        ignoreRawTypes() // raw types used in public API
    }
    
    packageCycles {
        // Some cycles have been inherited from the time these classes were in :core
        excludePatterns.add("org/gradle/api/internal/file/collections/**")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  8. platforms/software/resources-s3/build.gradle.kts

        api(libs.awsS3Kms) {
            because("Loaded by the AWS libraries with reflection when present")
        }
        api(libs.awsS3Sts) {
            because("Loaded by the AWS libraries with reflection when present: https://github.com/gradle/gradle/issues/15332")
        }
        api(libs.guava)
    
        implementation(projects.baseServices)
        implementation(project(":hashing"))
    
        implementation(libs.commonsLang)
        implementation(libs.slf4jApi)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:36 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  9. platforms/software/build-init/build.gradle.kts

        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/*")
    }
    
    integTest.testJvmXmx = "1g"
    
    tasks.isolatedProjectsIntegTest {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  10. platforms/core-configuration/declarative-dsl-tooling-models/build.gradle.kts

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
    import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
    
    plugins {
        id("gradlebuild.distribution.implementation-kotlin")
        id("gradlebuild.publish-public-libraries")
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top