- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for targetVersions (0.07 seconds)
-
buildSrc/src/main/kotlin/JavaModules.kt
moduleName: String, defaultVersion: Int = 8, javaModuleVersion: Int = 9, 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)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) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/ModelVersionUtils.java
* * @param modelVersion the model version to check * @param targetVersion the target version to compare against * @return true if modelVersion >= targetVersion */ public static boolean isVersionGreaterOrEqual(String modelVersion, String targetVersion) { if (modelVersion == null || targetVersion == null) { return false; } // Handle exact equality firstCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 9.5K bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild.cross-version-tests.gradle.kts
releasedVersions?.allTestedVersions?.forEach { targetVersion -> val crossVersionTest = createTestTask("gradle${targetVersion.version}CrossVersionTest", "forking", sourceSet, TestType.CROSSVERSION) { this.description = "Runs the cross-version tests against Gradle ${targetVersion.version}" this.systemProperties["org.gradle.integtest.versions"] = targetVersion.versionCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Sep 05 02:31:24 GMT 2025 - 4.5K bytes - Click Count (0) -
build-logic/jvm/src/main/kotlin/gradlebuild/jvm/JvmCompilation.kt
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Sep 19 05:45:14 GMT 2025 - 5.8K bytes - Click Count (0)