Skip to content

Commit

Permalink
Keep Record attribute during test obfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
IotaBread committed Jan 10, 2024
1 parent bd5deb9 commit 1ad3842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testProject/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ task obfuscate(type: proguard.gradle.ProGuardTask) {
keepattributes 'EnclosingMethod'
keepattributes 'Deprecated'
keepattributes 'Signature'
keepattributes 'Record'
printmapping 'output/out.txt'
}

0 comments on commit 1ad3842

Please sign in to comment.