Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/consumer-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
-keep class net.fortuna.ical4j.** { *; }

# ical4j: don't warn when these are missing
-dontwarn com.github.benmanes.caffeine.**
-dontwarn com.github.erosb.jsonsKema.**
-dontwarn groovy.**
-dontwarn java.beans.Transient
-dontwarn java.time.zone.ZoneRulesProvider
-dontwarn javax.cache.**
-dontwarn org.codehaus.groovy.**
-dontwarn org.joda.convert.ToString
-dontwarn org.jparsec.**

# keep all vCard properties/parameters (used via reflection)
Expand Down
Loading