Skip to content

Conversation

@Stefterv
Copy link
Collaborator

@Stefterv Stefterv commented Feb 8, 2026

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.

@Stefterv Stefterv requested a review from catilac February 8, 2026 08:53
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.
Copy link
Collaborator

@catilac catilac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great idea! so much consistency and sanity in our future

@catilac catilac merged commit 821d62c into processing:main Feb 10, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants