X Tutup
Skip to content

Gradle 9.0.0#1459

Draft
catilac wants to merge 3 commits intoprocessing:mainfrom
catilac:gradle-9.0.0
Draft

Gradle 9.0.0#1459
catilac wants to merge 3 commits intoprocessing:mainfrom
catilac:gradle-9.0.0

Conversation

@catilac
Copy link
Collaborator

@catilac catilac commented Mar 3, 2026

For some reason github actions is now using Gradle 9.0.0. Unfortunately I missed what exactly changed in that regard.
Locally we were using an earlier version. In this PR I upgraded to Gradle 9.0.0 and have attempted to make it work.

NOTE: I did end up using a combination of Claude code and internet searches to figure this one out.

@catilac catilac requested a review from tychedelia March 3, 2026 00:01
tasks.register("writeVersion") {
// make the version available to the plugin at runtime by writing it to a properties file in the resources directory
doLast {
val version = project.version.toString().takeIf { it != "unspecified" } ?: return@doLast
Copy link
Contributor

Choose a reason for hiding this comment

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

This will mean that the tests will run w core 4.3.4 instead of the locally build one

@catilac catilac marked this pull request as draft March 10, 2026 13:55
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

X Tutup