We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9586f5 commit 2accda5Copy full SHA for 2accda5
gradle.properties
@@ -5,7 +5,7 @@ description=Mixin
5
url=https://www.spongepowered.org
6
organization=SpongePowered
7
buildVersion=0.8.4
8
-buildType=SNAPSHOT
+buildType=RELEASE
9
asmVersion=9.2
10
legacyForgeAsmVersion=5.0.3
11
modlauncherAsmVersion=9.1
src/ap/java/org/spongepowered/tools/obfuscation/fg3/ObfuscationServiceFG3.java
@@ -52,6 +52,7 @@ public class ObfuscationServiceFG3 implements IObfuscationService {
52
public Set<String> getSupportedOptions() {
53
return ImmutableSet.<String>of(
54
ObfuscationServiceFG3.REOBF_TSRG_FILE,
55
+ ObfuscationServiceFG3.REOBF_EXTRA_TSRG_FILES,
56
ObfuscationServiceFG3.OUT_TSRG_SRG_FILE,
57
ObfuscationServiceFG3.TSRG_OUTPUT_BEHAVIOUR
58
);
0 commit comments