Index: /trunk/build.xml
===================================================================
--- /trunk/build.xml	(revision 19611)
+++ /trunk/build.xml	(revision 19612)
@@ -602,4 +602,11 @@
         -dontobfuscate
         -dontwarn org.jetbrains.annotations.**
+
+        # jsvg (see #24793) references these compile-time-only annotations (OSGi/JPMS bundle
+        # metadata, errorprone) which are absent at runtime; jsvg works fine without them.
+        -dontwarn org.osgi.annotation.bundle.**
+        -dontwarn aQute.bnd.annotation.**
+        -dontwarn com.google.errorprone.annotations.**
+        -dontwarn java.lang.invoke.MethodHandle
 
         # These options probably are not necessary (and make processing a bit slower)
