Skip to content
Snippets Groups Projects
Commit 27360b5a authored by dgelessus's avatar dgelessus
Browse files

Switch to com.gradleup.shadow plugin to fix Gradle deprecation warnings

parent 0e6ad658
Branches
Tags
Loading
...@@ -5,7 +5,7 @@ plugins { ...@@ -5,7 +5,7 @@ plugins {
id("java") id("java")
id("wrapper") id("wrapper")
id("com.github.johnrengelman.shadow").version("8.1.1") id("com.gradleup.shadow").version("8.3.6")
} }
version = "1.4.2-SNAPSHOT" version = "1.4.2-SNAPSHOT"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment