Skip to content

Commit d923da7

Browse files
ilgonmicwoainikk
authored andcommitted
Fix rebase problem with duplicating plugin management
1 parent 9242227 commit d923da7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

settings.gradle.kts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
pluginManagement {
2-
repositories {
3-
gradlePluginPortal()
4-
mavenCentral()
5-
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap")
6-
}
7-
}
81
rootProject.name = "kotlin-compiler-server"
92
include(":executors")
103
include(":indexation")
@@ -14,5 +7,6 @@ pluginManagement {
147
repositories {
158
gradlePluginPortal()
169
mavenCentral()
10+
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap")
1711
}
1812
}

0 commit comments

Comments
 (0)