Skip to content

Commit

Permalink
fix: use latest shadow plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwielgolaski-tomtom committed Nov 5, 2024
1 parent 06243db commit 5e0c00e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath "com.github.johnrengelman:shadow:8.1.1"
classpath "com.gradleup.shadow:shadow-gradle-plugin:8.3.5"
classpath "io.github.gradle-nexus:publish-plugin:1.3.0"
}
}
Expand Down Expand Up @@ -56,7 +56,7 @@ subprojects { prj ->
apply plugin: 'java'
sourceCompatibility = 17
if (!projectDescriptions.containsKey(prj.name)) {
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.gradleup.shadow'
}
ext.versions = [
groovy : '4.0.23',
Expand Down

0 comments on commit 5e0c00e

Please sign in to comment.