Skip to content

Commit

Permalink
Upgrade Shadow Gradle Plugin to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed Jun 30, 2019
1 parent 74e72aa commit 571d90b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Versions {
val gitPublishPlugin = "2.1.1"
val jmhPlugin = "0.4.8"
val nexusPublishPlugin = "0.2.0"
val shadowPlugin = "4.0.1"
val shadowPlugin = "5.1.0"
val spotlessPlugin = "3.23.1"
val versioningPlugin = "2.8.2"
val versionsPlugin = "0.21.0"
Expand Down
7 changes: 1 addition & 6 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven(url = "https://jitpack.io") {
content {
includeModule("com.github.johnrengelman", "shadow")
}
}
}
resolutionStrategy {
eachPlugin {
Expand All @@ -16,7 +11,7 @@ pluginManagement {
"com.diffplug.gradle.spotless" -> useVersion(Versions.spotlessPlugin)
"org.ajoberstar.git-publish" -> useVersion(Versions.gitPublishPlugin)
"org.jetbrains.kotlin.jvm" -> useVersion(Versions.kotlin)
"com.github.johnrengelman.shadow" -> useModule("com.github.johnrengelman:shadow:1af0fde650")
"com.github.johnrengelman.shadow" -> useVersion(Versions.shadowPlugin)
"org.asciidoctor.convert" -> useVersion(Versions.asciidoctorPlugin)
"me.champeau.gradle.jmh" -> useVersion(Versions.jmhPlugin)
"de.marcphilipp.nexus-publish" -> useVersion(Versions.nexusPublishPlugin)
Expand Down

0 comments on commit 571d90b

Please sign in to comment.