You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace Ant build with native Gradle build for DXF library
- Removed ant.importBuild("build.xml")
- Added standalone Gradle build logic using Kotlin DSL
- Configured Java 17 toolchain
- Added core.jar presence check
- Created custom dxfJar and clean tasks
This removes reliance on Ant for the DXF library as part of the migration effort described in processing#981
0 commit comments