Skip to content

Commit

Permalink
disable spigots reobfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
utfunderscore committed May 31, 2024
1 parent 14a3c19 commit 31028f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import io.papermc.paperweight.userdev.ReobfArtifactConfiguration

plugins {
id("java")
id("maven-publish")
Expand Down Expand Up @@ -65,11 +67,16 @@ tasks {
test {
useJUnitPlatform()
}
reobfJar {
enabled = false
}

shadowJar {
relocate("fr.mrmicky.fastboard", "com.readutf.inari.core")
archiveFileName.set("MinigameFramework.jar")
}


compileJava {
options.compilerArgs.add("-parameters")
}
Expand Down

0 comments on commit 31028f3

Please sign in to comment.