- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for compileJava9Java (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
buildSrc/src/main/kotlin/JavaModules.kt
enableValidation: Boolean = true, ) { plugins.apply("me.champeau.mrjar") configure<MultiReleaseExtension> { targetVersions(defaultVersion, javaModuleVersion) } tasks.named<JavaCompile>("compileJava9Java").configure { val compileKotlinTask = tasks.getByName("compileKotlin") as KotlinJvmCompile dependsOn(compileKotlinTask) if (enableValidation) { compileKotlinTask.source(file("src/main/java9"))Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 1.9K bytes - Click Count (0)