We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c257f3 commit 9307e8bCopy full SHA for 9307e8b
libraries/tools/kotlin-gradle-plugin-idea-for-compatibility-tests/build.gradle.kts
@@ -18,7 +18,7 @@ repositories {
18
}
19
20
maven(url = "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap")
21
- maven(url = "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-ide-plugin-dependencies")
+ maven(url = "https://redirector.kotlinlang.org/maven/kotlin-ide-plugin-dependencies")
22
23
24
val classpathDestination = layout.buildDirectory.dir("classpath")
0 commit comments