-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Gradle plugin doesn't support configuration cache #462
Comments
Ah, looks like this was already fixed with 32f68ad, but that fix is not included in release 24.1.1. If that's correct, could we get a new plugin release? |
Hi @sschuberth, thank you for the report. Unfortunately, our release engineering is deeply tied into Graal's and we're not able to release the plugin outside of the normal release schedule. The next release should happen on 18th of March. @steve-s could you please check if the bug is really fixed? |
But I guess that's more a policy-wise restriction than a pure technical restriction, right?
Ouch 😬 I really cannot wait that long. Just hypothetically, would you guys mind if I publish a fork of that plugin with the fix included? |
I think so, but I'm persnally not familiar with the details.
It's opensource, sure you can fork. I should have mentioned that in the previous comment, but we have snapshot builds. At https://github.com/graalvm/graalvm-ce-dev-builds/releases/ you can find |
This is the
|
Thanks, I'll probably try these out soon. |
I'm using Gradle 8.11.1 with the following
gradle.properties
:In a build that applies
id("org.graalvm.python").version("24.1.1")
as a plugin, the Gradle task configuration triggersThe text was updated successfully, but these errors were encountered: