Skip to content

Commit 2f72acb

Browse files
committed
Update shadow plugin to 7.1.2
1 parent fb322db commit 2f72acb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.gradle

+2-3
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
}
@@ -26,7 +26,6 @@ nexusStaging {
2626
allprojects {
2727
repositories {
2828
mavenCentral()
29-
jcenter()
3029
maven {
3130
url = "https://kotlin.bintray.com/kotlinx/"
3231
}

danger-kotlin-kts/build.gradle

+2-2
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)