Migration of the `svg` library to Gradle by madhav2348 · Pull Request #1289 · processing/processing4
Conversation
Resolve Issue
Description
Migrated the svg library from Ant-based build.xml to Gradle build.gradle.kts
Changes
- Added Gradle build logic using Kotlin DSL in /java/libraries/svg/build.gradle.kts
- modifies in java/build.gradle.kts
and
val libraries = arrayOf("dxf", "pdf", "serial", "svg")
val legacyLibraries = arrayOf("io","net")
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked on macOS and works! Thank you @madhav2348!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters