Migration of the `svg` library to Gradle by madhav2348 · Pull Request #1289 · processing/processing4

Conversation

@madhav2348

Resolve Issue

#1098

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
    val libraries = arrayOf("dxf", "pdf", "serial", "svg")
    and
    val legacyLibraries = arrayOf("io","net")

Stefterv

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!

@SableRaf

@allcontributors