Skip to content

Commit

Permalink
chore: include a note about using ProGuard obfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Jun 19, 2024
1 parent 00e7268 commit 74c79cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync-script/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ val minimizedJar =

printmapping(fatJarFileDestinationDirectory.get().file("$fatJarFileNameWithoutExtension.map"))

// Disabling obfuscation makes the JAR file size a bit larger, and the debugging process a bit less easy
// dontobfuscate()
// Kotlinx serialization breaks when using Proguard optimizations
dontoptimize()
Expand All @@ -168,7 +169,6 @@ val minimizedJar =
}
}.toList()

// TODO: Might Check this to Version control to help reviewing the changes
val buildProguardDirectory =
layout.buildDirectory
.dir("proguard")
Expand Down

0 comments on commit 74c79cf

Please sign in to comment.