Skip to content

Commit

Permalink
Update proguard config
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Jan 3, 2024
1 parent 29c4e62 commit ea39fb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ jar {
manifest.from(MANIFEST)
}

processResources {
exclude 'maven/**'
}

tasks.register('testJar', Jar) {
dependsOn shrinkJar
from zipTree(shrinkJar.archiveFile.get().asFile)
Expand Down
2 changes: 1 addition & 1 deletion proguard.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-dontwarn javax.annotation.**
-dontwarn javax.inject.**
-dontwarn com.google.gson.**

-ignorewarnings

# Keep - Applications. Keep all application classes, along with their 'main'
# methods.
Expand Down

0 comments on commit ea39fb8

Please sign in to comment.