- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 26 for targetVersions (0.09 seconds)
-
build-logic/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 Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 22:47:58 GMT 2026 - 2.3K 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 Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 9.5K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/ModelVersionUtilsTest.java
void shouldGetSchemaLocationForModelVersion(String targetVersion) { String schemaLocation = ModelVersionUtils.getSchemaLocationForModelVersion(targetVersion); assertNotNull(schemaLocation); assertTrue( schemaLocation.contains(targetVersion), "Expected " + schemaLocation + " to contain " + targetVersion); } @Test
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 19.6K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/PreparePatchRelease.kt
} val versions = Gson().fromJson(response.body(), Array<GradleServicesVersion>::class.java) val found = versions.find { it.version == targetVersion } ?: throw RuntimeException("Version $targetVersion not found at $uri") return ReleasedVersion(found.version, found.buildTime) }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 14:47:12 GMT 2026 - 2.8K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverRequest.java
* @return {@code this} for method call chaining */ @Nonnull public DependencyResolverRequestBuilder targetVersion(@Nullable Version target) { targetVersion = target; return this; } @Nonnull public DependencyResolverRequestBuilder repositories(@Nonnull List<RemoteRepository> repositories) {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 10 07:30:49 GMT 2025 - 23K bytes - Click Count (0) -
scripts/docs.py
langs.append(lang_path.name) print(json.dumps(langs)) @app.command() def generate_docs_src_versions_for_file(file_path: Path) -> None: target_versions = ["py39", "py310"] full_path_str = str(file_path) for target_version in target_versions: if f"_{target_version}" in full_path_str: logging.info( f"Skipping {file_path}, already a version file for {target_version}"
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 17:46:10 GMT 2026 - 25.4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Nov 07 13:11:07 GMT 2025 - 14.2K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<p>This element can be combined with the {@code targetVersion} element for specifying sources, scripts, or resources that are specific to both a particular module and a target version.</p> ]]> </description> <type>String</type> </field> <field> <name>targetVersion</name> <version>4.1.0+</version> <description>Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 17 09:48:21 GMT 2026 - 133.5K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
labels.upgrade_reindex=Re-indexing labels.upgrade_start_button=Start labels.replace_aliases=Replace Aliases labels.reset_dictionaries=Reset Dictionaries labels.reindex_start_button=Start labels.targetVersion=Target Version labels.target_version=Target Version labels.sereq_configuration=Request to OpenSearch labels.sereq_request_file=Request File labels.requestFile=Request File labels.sereq_button_upload=Send
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/resources/fess_label_zh_TW.properties
labels.upgrade_data_migration=資料遷移 labels.upgrade_reindex=重新索引 labels.upgrade_start_button=開始 labels.replace_aliases=更新別名 labels.reset_dictionaries=重置字典 labels.reindex_start_button=開始 labels.targetVersion=目標版本 labels.target_version=目標版本 labels.sereq_configuration=對OpenSearch的請求 labels.sereq_request_file=請求檔案 labels.requestFile=請求檔案 labels.sereq_button_upload=發送 labels.facet_is_not_found=未找到
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.5K bytes - Click Count (0)