-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Support Gradle's configuration cache with Gradle 6.7 and later #22922
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
Comments
wilkinsona
added a commit
that referenced
this issue
Oct 23, 2020
wilkinsona
added a commit
that referenced
this issue
Oct 23, 2020
wilkinsona
added a commit
that referenced
this issue
Oct 23, 2020
wilkinsona
added a commit
that referenced
this issue
Oct 23, 2020
wilkinsona
added a commit
that referenced
this issue
Oct 23, 2020
wilkinsona
added a commit
that referenced
this issue
Oct 23, 2020
wilkinsona
added a commit
that referenced
this issue
Oct 23, 2020
wilkinsona
added a commit
that referenced
this issue
Oct 23, 2020
wilkinsona
added a commit
that referenced
this issue
Oct 23, 2020
wilkinsona
added a commit
that referenced
this issue
Oct 23, 2020
wilkinsona
added a commit
that referenced
this issue
Oct 23, 2020
wilkinsona
added a commit
that referenced
this issue
Oct 25, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When playing around with the new configuration cache in gradle 6.6 I got this error when building our spring boot project with
./gradlew --configuration-cache --configuration-cache-problems=warn build
:"Listener registration 'Gradle.buildFinished' by build 'myproject' is unsupported." together with this stack trace:
It would be great to find a solution that's compatible with the configuration cache here:
https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/SpringBootPlugin.java#L141
The text was updated successfully, but these errors were encountered: