Skip to content

Commit

Permalink
cleanup + for ignore duplicates
Browse files Browse the repository at this point in the history
I don't yet know where they come from 👀
  • Loading branch information
mateuszkwiecinski committed Sep 22, 2024
1 parent 1582661 commit 449afaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions diffuse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def fatJarProvider = tasks.register('fatJar', Jar) { task ->
task.dependsOn(tasks.named('jar'))

task.archiveClassifier.set('fat')
task.duplicatesStrategy = DuplicatesStrategy.EXCLUDE

task.manifest {
attributes 'Main-Class': 'com.jakewharton.diffuse.Diffuse'
Expand Down
8 changes: 0 additions & 8 deletions diffuse/src/main/rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,3 @@
##############
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement

##############
### Clikt ###
##############
-keep class com.sun.jna.** { *; }
-keep class * implements com.sun.jna.** { *; }
-keepattributes RuntimeVisibleAnnotations,RuntimeVisibleParameterAnnotations,RuntimeVisibleTypeAnnotations,AnnotationDefault
-dontwarn org.graalvm.**
-dontwarn com.oracle.svm.core.annotate.Delete

0 comments on commit 449afaf

Please sign in to comment.