-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration cache issue with use of uname -a
on macOS
#211
Comments
Possibly related to #203, but now I believe we already have the |
I attempted a fix for this in diffplug/durian-swt#24. |
Thanks for the PR! I posted my concerns there. If my concerns are incorrect, then this is easy to fix. If my concern is correct, I think we can fix it by using |
Hi @nedtwigg as I noted on the PR I think your concern is correct. As to changing |
According to the docs here, this will work if it was run inside the plugin's apply block.
Seems like something along the lines of
|
Thanks for this fix!! I confirmed on the WALA project that this fixes the configuration cache problem we were seeing on an M1 Mac. |
Fixes #1278, as a fix for diffplug/goomph#211 has landed in this release. 🎉
Fixed in |
I see a configuration cache problem in particular circumstances when using this plugin on macOS. Here is my version info:
I'm using version 3.42.2 of the plugin. To reproduce, clone https://github.com/wala/WALA, and then run
./gradlew clean compileJava compileTestJava --no-build-cache --no-daemon
. I get the following error:I see the same error on JDK 11 and JDK 17. I'm attaching the configuration cache report from JDK 17.
Gradle Configuration Cache.pdf
Please let me know I can provide any other information.
The text was updated successfully, but these errors were encountered: