Skip to content

Commit

Permalink
Update shadow plugin to 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed Jul 27, 2022
1 parent 526befd commit 4f914db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
buildscript {
repositories {
jcenter()
mavenCentral()
gradlePluginPortal()
}

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlinVersion"
classpath 'com.github.jengelman.gradle.plugins:shadow:5.0.0'
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.2"
}
}
Expand All @@ -25,7 +25,6 @@ nexusStaging {
allprojects {
repositories {
mavenCentral()
jcenter()
maven {
url = "https://kotlin.bintray.com/kotlinx/"
}
Expand Down
4 changes: 2 additions & 2 deletions danger-kotlin-kts/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
buildscript {
repositories {
jcenter()
gradlePluginPortal()
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:5.0.0'
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
}
}

Expand Down

0 comments on commit 4f914db

Please sign in to comment.