| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add a writeVersion Gradle task that writes project.version to build/resources/main/version.properties, so the plugin can access the project version at runtime. This way the version number of the plugin and the used version of processing.core will be the same.
There was a problem hiding this comment.
great idea! so much consistency and sanity in our future
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.