File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
- jcenter()
4
3
mavenCentral()
4
+ gradlePluginPortal()
5
5
}
6
6
7
7
dependencies {
8
8
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
9
9
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 '
11
11
classpath " io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.2"
12
12
}
13
13
}
@@ -26,7 +26,6 @@ nexusStaging {
26
26
allprojects {
27
27
repositories {
28
28
mavenCentral()
29
- jcenter()
30
29
maven {
31
30
url = " https://kotlin.bintray.com/kotlinx/"
32
31
}
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
- jcenter ()
3
+ gradlePluginPortal ()
4
4
}
5
5
dependencies {
6
- classpath ' com.github.jengelman.gradle.plugins :shadow:5.0.0 '
6
+ classpath ' gradle.plugin. com.github.johnrengelman :shadow:7.1.2 '
7
7
}
8
8
}
9
9
You can’t perform that action at this time.
0 commit comments