File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ object Versions {
3030 val gitPublishPlugin = " 2.1.1"
3131 val jmhPlugin = " 0.4.8"
3232 val nexusPublishPlugin = " 0.2.0"
33- val shadowPlugin = " 4.0.1 "
33+ val shadowPlugin = " 5.1.0 "
3434 val spotlessPlugin = " 3.23.1"
3535 val versioningPlugin = " 2.8.2"
3636 val versionsPlugin = " 0.21.0"
Original file line number Diff line number Diff line change 11pluginManagement {
22 repositories {
33 gradlePluginPortal()
4- maven(url = " https://jitpack.io" ) {
5- content {
6- includeModule(" com.github.johnrengelman" , " shadow" )
7- }
8- }
94 }
105 resolutionStrategy {
116 eachPlugin {
@@ -16,7 +11,7 @@ pluginManagement {
1611 " com.diffplug.gradle.spotless" -> useVersion(Versions .spotlessPlugin)
1712 " org.ajoberstar.git-publish" -> useVersion(Versions .gitPublishPlugin)
1813 " org.jetbrains.kotlin.jvm" -> useVersion(Versions .kotlin)
19- " com.github.johnrengelman.shadow" -> useModule( " com.github.johnrengelman:shadow:1af0fde650 " )
14+ " com.github.johnrengelman.shadow" -> useVersion( Versions .shadowPlugin )
2015 " org.asciidoctor.convert" -> useVersion(Versions .asciidoctorPlugin)
2116 " me.champeau.gradle.jmh" -> useVersion(Versions .jmhPlugin)
2217 " de.marcphilipp.nexus-publish" -> useVersion(Versions .nexusPublishPlugin)
You can’t perform that action at this time.
0 commit comments