chore: migrate gradle shadow plugin

This commit is contained in:
Skylot
2024-08-08 20:44:34 +01:00
parent 60fb458024
commit 5f1bd1d9ba
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ plugins {
id("application")
// use shadow only for application scripts, jar will be copied from jadx-gui
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.gradleup.shadow") version "8.3.0"
}
dependencies {