-
Notifications
You must be signed in to change notification settings - Fork 96
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
Gradle 6.6-rc-1 --configuration-cache > registration of listener on 'Gradle.buildFinished' is unsupported #322
Comments
+1 :) |
+1 |
1 similar comment
+1 |
.gradle\gradle.properties need disable cache : org.gradle.caching=false |
the issue is about supporting gradle configuration cache not how to disabled it @yongfa365 |
by the way #346 mentions configuration change in connection with next major version |
Support will be available as of 5.0.0-rc.1 (working on releasing right now). I'm going to try adopting this new approach in gradle-git-publish and reckon before calling 5.0.0 final. Please provide feedback on the behavior in new issues if you're looking for further changes. |
it's great news that this was fixed! but the fix is currently coupled to JGit midration meaning drop of java 8 support. Any chance for #355 i.e. not tying configuration-cache to java 11 requirment? |
Trying the new gradle feature
--configuration-cache
I have this errorPlugin version : 4.0.2
The text was updated successfully, but these errors were encountered: