Closed mgroth0 closed 1 year ago
What MacOS version do you have?
Can you please create a minimal reproducible sample on GitHub?
Mac OSX 13.3.1
Here it is
https://github.com/mgroth0/minesweeper-mac-sign-gradle-config-cache-error
gradle desktopApp:createDistributable
You should see the error.
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Describe the bug
I am building a desktop application. The build works completely fine without signing. With signing, I get the following error:
Affected platforms
Desktop
Versions
To Reproduce
Expected behavior
The build to succeed
Workaround
Use
--no-configuration-cache
in the gradle process. However, this prevents using the configuration cache.Additional context
I suspect this issue is related to the latest Gradle version. Gradle has been tightening restrictions related to the configuration cache.