diff options
author | DJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com> | 2020-08-31 10:12:18 -0400 |
---|---|---|
committer | DJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com> | 2020-08-31 10:12:18 -0400 |
commit | 171fb9450fca3cae1dff254828f90e6bdb34362d (patch) | |
tree | e0d507af0ec07ed292c8e80fa6091da837566514 /build.gradle | |
parent | 09a500d0ae3693ed5fc03feec505c6b2664ada84 (diff) | |
download | PerspectiveModv4-171fb9450fca3cae1dff254828f90e6bdb34362d.tar.gz PerspectiveModv4-171fb9450fca3cae1dff254828f90e6bdb34362d.tar.bz2 PerspectiveModv4-171fb9450fca3cae1dff254828f90e6bdb34362d.zip |
Fix Stupidity
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 3f4ddcb..c4a3739 100644 --- a/build.gradle +++ b/build.gradle @@ -78,6 +78,12 @@ shadowJar { reobfJar.dependsOn tasks.shadowJar +reobf { + shadowJar { + mappingType = 'SEARGE' + } +} + processResources { // this will ensure that this task is redone when the versions change. |