Skip to content

Commit 2938caa

Browse files
author
Abduqodiri Qurbonzoda
committed
Add kotlin_repo_url to the pluginManagement repositories
After moving `org.jetbrains.kotlin.jvm` plugin declaration into the `plugin {}` block.
1 parent 6f39b47 commit 2938caa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugin/settings.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ pluginManagement {
33
gradlePluginPortal()
44
maven { url 'https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev' }
55
mavenLocal()
6+
7+
if (settings.hasProperty("kotlin_repo_url") && settings.kotlin_repo_url != null) {
8+
maven { url = settings.kotlin_repo_url }
9+
}
610
}
711
}
812

0 commit comments

Comments
 (0)