Changeset 19612 in josm


Ignore:
Timestamp:
2026-08-11T01:10:59+02:00 (16 hours ago)
Author:
Don-vip
Message:

see #24793 - update proguard configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r19586 r19612  
    602602        -dontobfuscate
    603603        -dontwarn org.jetbrains.annotations.**
     604
     605        # jsvg (see #24793) references these compile-time-only annotations (OSGi/JPMS bundle
     606        # metadata, errorprone) which are absent at runtime; jsvg works fine without them.
     607        -dontwarn org.osgi.annotation.bundle.**
     608        -dontwarn aQute.bnd.annotation.**
     609        -dontwarn com.google.errorprone.annotations.**
     610        -dontwarn java.lang.invoke.MethodHandle
    604611
    605612        # These options probably are not necessary (and make processing a bit slower)
Note: See TracChangeset for help on using the changeset viewer.