- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for updateCompatibilityDoc (0.12 sec)
-
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateKotlinVersions.kt
@TaskAction fun action() = fetchLatestKotlinVersions().let { latestKotlinVersions -> updateProperties(latestKotlinVersions) updateCompatibilityDoc(latestKotlinVersions) } private fun fetchLatestKotlinVersions() = DocumentBuilderFactory.newInstance().fetchFirstAndLatestsOfEachMinor( minimumSupported.get(),
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Jul 23 18:27:26 UTC 2024 - 5.2K bytes - Viewed (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateAgpVersions.kt
abstract val compatibilityDocFile: RegularFileProperty @TaskAction fun fetch() = fetchLatestAgpVersions().let { fetchedVersions -> updateProperties(fetchedVersions) updateCompatibilityDoc(fetchedVersions.latests) } private data class FetchedVersions(val latests: List<String>, val nightlyBuildId: String, val nightlyVersion: String) private
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jun 02 09:17:07 UTC 2023 - 5.6K bytes - Viewed (0)