Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCompileOnly (0.17 sec)

  1. build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts

        options.forkOptions.memoryMaximumSize = "1g"
        options.compilerArgs.addAll(mutableListOf("-Xlint:-options", "-Xlint:-path"))
    }
    
    fun addDependencies() {
        dependencies {
            testCompileOnly(libs.junit)
            testRuntimeOnly(libs.junit5Vintage)
            testImplementation(libs.groovy)
            testImplementation(libs.groovyAnt)
            testImplementation(libs.groovyJson)
    Plain Text
    - Registered: Wed Mar 27 11:36:08 GMT 2024
    - Last Modified: Wed Jan 17 13:36:27 GMT 2024
    - 15.7K bytes
    - Viewed (0)
Back to top