| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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 |
There was a problem hiding this comment.
This will mean that the tests will run w core 4.3.4 instead of the locally build one
Sorry, something went wrong.
|
Confirming this does run tests, build, etc successfully for me locally (MacOS) |
Sorry, something went wrong.
|
As mentioned before on discord, unfortunately that is because it skips the failing test rather than solve it |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.