◐ Shell
clean mode source ↗

Processing Gradle Plugin - Version sync by Stefterv · Pull Request #1423 · processing/processing4

I was looking at the Gradle plugin code and realised I had missed something I had intended to implement.

This PR adds a writeVersion Gradle task that writes project.version to build/resources/main/version.properties, so the plugin can access the plugin version at runtime. This way the version number of the plugin and the used version of processing.core will be the same.