probably fix the thing not being moved to the thing by the thing.
Some checks failed
/ Build BaseBand-DSM & Release (push) Has been cancelled
Some checks failed
/ Build BaseBand-DSM & Release (push) Has been cancelled
This commit is contained in:
parent
dea8b36e6c
commit
f9b60aea68
3 changed files with 6 additions and 4 deletions
|
@ -28,4 +28,4 @@ jobs:
|
|||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: BaseBand-Rel.jar
|
||||
path: Client/build/proguard/classes.jar
|
||||
path: Client/build/proguard/BaseBand-DSM.jar
|
||||
|
|
|
@ -142,7 +142,7 @@ def proguardDir = "proguard"
|
|||
task proguard(type: proguard.gradle.ProGuardTask, dependsOn: jar) {
|
||||
configuration "${proguardDir}/proguard.cfg"
|
||||
injars jar.archiveFile
|
||||
outjars "${proguardBuildDir}/classes.jar"
|
||||
outjars "${proguardBuildDir}/BaseBand-DSM.jar"
|
||||
libraryjars "${proguardDir}/rt.jar"
|
||||
libraryjars configurations.jarLibs
|
||||
dump "${proguardBuildDir}/dump.txt"
|
||||
|
|
|
@ -12,12 +12,14 @@
|
|||
-classobfuscationdictionary dictionary.txt
|
||||
-packageobfuscationdictionary dictionary.txt
|
||||
-repackageclasses org.baseband.prod
|
||||
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,LocalVariable*Table,*Annotation*,Synthetic,EnclosingMethod
|
||||
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,SourceFile,*Annotation*,Synthetic,EnclosingMethod
|
||||
-ignorewarnings
|
||||
-overloadaggressively
|
||||
|
||||
-keep class com.baseband.client.mixins.** { *; }
|
||||
-keep class com.baseband.client.DevStub { *; }
|
||||
-keep class com.baseband.client.DevStub {
|
||||
public <methods>;
|
||||
}
|
||||
|
||||
# spongepowered
|
||||
-keep class org.** { *; }
|
||||
|
|
Loading…
Add table
Reference in a new issue