Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for repo (0.12 sec)

  1. build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateKotlinVersions.kt

            }
    
        private
        fun fetchLatestKotlinVersions() =
            DocumentBuilderFactory.newInstance().fetchFirstAndLatestsOfEachMinor(
                minimumSupported.get(),
                "https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/maven-metadata.xml"
            )
    
        private
        fun updateProperties(latestKotlinVersions: List<String>) =
            Properties().run {
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed Apr 26 13:50:17 GMT 2023
    - 3.8K bytes
    - Viewed (0)
Back to top