Skip to content

Commit 4f914db

Browse files
committed
Update shadow plugin to 7.1.2
1 parent 526befd commit 4f914db

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
buildscript {
22
repositories {
3-
jcenter()
43
mavenCentral()
4+
gradlePluginPortal()
55
}
66

77
dependencies {
88
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
99
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlinVersion"
10-
classpath 'com.github.jengelman.gradle.plugins:shadow:5.0.0'
10+
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
1111
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.2"
1212
}
1313
}
@@ -25,7 +25,6 @@ nexusStaging {
2525
allprojects {
2626
repositories {
2727
mavenCentral()
28-
jcenter()
2928
maven {
3029
url = "https://kotlin.bintray.com/kotlinx/"
3130
}

danger-kotlin-kts/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
buildscript {
22
repositories {
3-
jcenter()
3+
gradlePluginPortal()
44
}
55
dependencies {
6-
classpath 'com.github.jengelman.gradle.plugins:shadow:5.0.0'
6+
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
77
}
88
}
99

0 commit comments

Comments
 (0)