aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorTymanWasTaken <tyman@tyman.tech>2021-07-06 16:50:39 -0400
committerTymanWasTaken <tyman@tyman.tech>2021-07-06 16:50:39 -0400
commite4621d524268384e228ab1527ed421d2fcf1f498 (patch)
tree20752807b00969c1fad435a99fc9f8290e519e2f /build.gradle
parent810c9ace8c4563a55588ed39f4364f94a6a6bf8a (diff)
downloadSkyblockHud-Death-Defied-e4621d524268384e228ab1527ed421d2fcf1f498.tar.gz
SkyblockHud-Death-Defied-e4621d524268384e228ab1527ed421d2fcf1f498.tar.bz2
SkyblockHud-Death-Defied-e4621d524268384e228ab1527ed421d2fcf1f498.zip
Fix depricated shadowJar setting
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 1c40392..7a73a20 100644
--- a/build.gradle
+++ b/build.gradle
@@ -66,7 +66,7 @@ shadowJar {
exclude 'dummyThing'
exclude 'LICENSE.txt'
- classifier = mixinClassifier
+ archiveClassifier.set(mixinClassifier)
}
reobf {