-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
Description
Affected version: 1.15.0+ (1.19.0-rc.2 included)
07:37:59: Executing ':GradleDependencyReportTask'...
Starting Gradle Daemon...
Gradle Daemon started in 1 s 334 ms
> Task :GradleDependencyReportTask FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':GradleDependencyReportTask'.
> java.util.ConcurrentModificationException (no error message)
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at <https://help.gradle.org>.
BUILD FAILED in 12s
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to <https://docs.gradle.org/8.3/userguide/command_line_interface.html#sec:command_line_warnings> in the Gradle documentation.
1 actionable task: 1 executed
07:38:14: Execution finished ':GradleDependencyReportTask'.
One of the comment at the linked issue, suggests to remove/disable pitest which solved the problem.
Using the older 1.9.11 version also seems fine.
Reactions are currently unavailable