You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using a BuildListener for gradleVersion < 8.6 here whose buildFinished is deprecated.
What did you want to happen?
When we drop support for gradleVersion < 8.6, we can remove the buildListener, remove the AutoClosable implementation and report the compile failures in:
What happened?
We are using a BuildListener for gradleVersion < 8.6 here whose
buildFinished
is deprecated.What did you want to happen?
When we drop support for gradleVersion < 8.6, we can remove the buildListener, remove the AutoClosable implementation and report the compile failures in:
gradle-failure-reports/gradle-failure-reports/src/main/java/com/palantir/gradle/failurereports/BuildFailureReporter.java
Line 57 in 34ae3fe
The text was updated successfully, but these errors were encountered: