Publish `org.processing.core.svg` & `org.processing.core.net` to maven Central by avinxshKD · Pull Request #1411 · processing/processing4
Conversation
Ported the Net and SVG libraries from Ant to Gradle so they can be published to Maven Central. Both libraries now follow the same build structure as PDF/DXF - SVG pulls batik-all:1.19 from Maven instead of downloading it manually.
Related to #1403
Stefterv
changed the title
Gradle net svg libs
Publish org.processing.core.svg & org.processing.core.net to maven Central
Hi @avinxshKD , the svg library was already migrated to gradle, can you please update your source branch so we get a proper diff
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@catilac we should remember to update the Java/build.gradle.kts or finally make that list a bit smarter
@catilac we should remember to update the
Java/build.gradle.ktsor finally make that list a bit smarter
Oh, could you help me understand what you mean? Is this something to do with the legacyLibraries array?