Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for deterministic (0.16 sec)

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

            description = "Compile all production source code, usually only main and testFixtures."
            val compileTasks = project.tasks.matching {
                // Currently, we compile everything since the Groovy compiler is not deterministic enough.
                (it is JavaCompile || it is GroovyCompile)
            }
            dependsOn(compileTasks)
        }
    }
    
    fun Test.jvmVersionForTest(): JavaLanguageVersion {
    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