-
Notifications
You must be signed in to change notification settings - Fork 443
Don't fail when --configuration-cache is used. #258
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
Don't fail when --configuration-cache is used. #258
Conversation
gradle-plugin/src/test/kotlin/proguard/gradle/GradlePluginIntegrationTest.kt
Show resolved
Hide resolved
The build fails because of a toolchains issue, which should be solved in 7.5 according to the issue gradle/gradle#20369 |
…would break in Gradle 8.0.
249c4e8
to
0b4c436
Compare
Kudos, SonarCloud Quality Gate passed!
|
@autonomousapps thanks for the PR! I've updated the Gradle version to 7.4.2 in ProGuard separately due to this issue. I've rebased and made a few modifications to this PR as well. |
@mrjameshamilton thank you! Sorry I didn't get back to you sooner, but it's been busy at work. |
Relates to #254 (but does not quite resolve it).