hantsy
03/31/2023, 2:23 AM> Could not find org.jetbrains.kotlin:kotlin-scripting-jvm:1.8.20.
Searched in the following locations:
- file:/C:/Users/hantsy/.android/manual-offline-m2/gmaven_stable/org/jetbrains/kotlin/kotlin-scripting-jvm/1.8.20/kotlin-scripting-jvm-1.8.20.pom
- <https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-scripting-jvm/1.8.20/kotlin-scripting-jvm-1.8.20.pom>
Required by:
project : > org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.8.20 > org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20 > org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.8.20
ephemient
03/31/2023, 2:27 AMtapchicoma
03/31/2023, 8:47 AMpluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
Vampire
03/31/2023, 9:01 AMthanksforallthefish
03/31/2023, 10:22 AMready to use
since it is not possible to release all components at once and it takes several daysVampire
03/31/2023, 10:44 AMgradle-versions-plugin
by benmanes for example would correctly not find the new Kotlin version, as it would only search in the actually used repository for the new version.
Any tool that just looks in Maven Central or all somewhere used repositories or similar are just wrong with their statement that an update is available, because in the acutally used repository the update is not yet available.tapchicoma
03/31/2023, 10:49 AMpom
file, while all other is ok 🤷♂️pom.asc
Vampire
03/31/2023, 10:51 AMhfhbd
04/03/2023, 11:09 AMtapchicoma
04/03/2023, 11:39 AMhfhbd
04/03/2023, 11:40 AMalready
? One hour ago my build failed.Vampire
04/03/2023, 11:43 AMtapchicoma
04/03/2023, 11:43 AMcurl -vvv <https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-scripting-jvm/1.8.20/kotlin-scripting-jvm-1.8.20.pom>
returns pom filehfhbd
04/03/2023, 11:45 AM