Skip to content

Commit

Permalink
build: bump Gradle Shadow Plugin to 8.1.8
Browse files Browse the repository at this point in the history
and change to forked plugin distribution.
  • Loading branch information
akirakw committed Jul 25, 2024
1 parent 2116520 commit 5016bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/tgdump/cli/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'tanzawa.java-conventions'
id 'application'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'io.github.goooler.shadow' version '8.1.8'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion modules/tgsql/cli/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'tanzawa.java-conventions'
id 'application'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'io.github.goooler.shadow' version '8.1.8'
}

dependencies {
Expand Down

0 comments on commit 5016bae

Please sign in to comment.