File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ repositories {
148
148
flatDir {
149
149
dirs(" ${project.rootDir} /third_party/prebuilt/repo/" )
150
150
}
151
- maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin /kotlin-ide-plugin-dependencies" )
151
+ maven(" https://redirector.kotlinlang.org/maven /kotlin-ide-plugin-dependencies" )
152
152
maven(" https://packages.jetbrains.team/maven/p/ij/intellij-dependencies" )
153
153
}
154
154
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
version = " 2.0.255-SNAPSHOT"
11
11
12
12
repositories {
13
- maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin /kotlin-ide-plugin-dependencies" )
13
+ maven(" https://redirector.kotlinlang.org/maven /kotlin-ide-plugin-dependencies" )
14
14
maven(" https://packages.jetbrains.team/maven/p/ij/intellij-dependencies" )
15
15
}
16
16
You can’t perform that action at this time.
0 commit comments