Skip to content

Commit

Permalink
Update shadowJar ver to work with gradle 7.x.x+
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclipse-Dominator committed Aug 26, 2022
1 parent 10f00a7 commit a0727f6
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
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'application'
id 'com.github.johnrengelman.shadow' version '5.1.0'
id 'com.github.johnrengelman.shadow' version '7.1.2'
}

repositories {
Expand Down

0 comments on commit a0727f6

Please sign in to comment.