Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit fca9d4c

Browse files
committed
Fix groovy dsl
1 parent ac6de96 commit fca9d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/template/gradle-groovy-dsl/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pluginManagement {
22
resolutionStrategy {
33
eachPlugin {
44
switch (requested.id.id) {
5-
case "com.github.johnrengelman.shadow": useModule("com.github.jengelman.gradle.plugins:shadow:${requested.version}")
5+
case "com.github.johnrengelman.shadow": useModule("com.github.jengelman.gradle.plugins:shadow:${requested.version}"); break
66
case "org.jetbrains.kotlin.jvm": useModule("org.jetbrains.kotlin:kotlin-gradle-plugin:${requested.version}")
77
}
88
}

0 commit comments

Comments
 (0)