File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11buildscript {
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 {
2525allprojects {
2626 repositories {
2727 mavenCentral()
28- jcenter()
2928 maven {
3029 url = " https://kotlin.bintray.com/kotlinx/"
3130 }
Original file line number Diff line number Diff line change 11buildscript {
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
You can’t perform that action at this time.
0 commit comments