Skip to content

Commit

Permalink
Update the version of Gradle Shadow to 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takejohn committed Jan 13, 2024
1 parent 3664bce commit 13ff7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0'
classpath 'com.github.johnrengelman:shadow:8.1.1'
}
}

Expand Down

0 comments on commit 13ff7f2

Please sign in to comment.