Zak Taccardi
03/28/2025, 12:00 AMProblems
API support throwing more than one problem from the same task as a group?
For example, I have a task that runs 5 validations on a file. After all the validations run, I want to report the errors together. This means there can be between 0-5 errors, but I want to throw them all in the same task when they're reported to the user, instead of the first validation that failsThomas Broyer
03/28/2025, 8:57 AMproblemReporter.throwing(Throwable, Collection<? extends Problem>)
https://docs.gradle.org/current/javadoc/org/gradle/api/problems/ProblemReporter.html#throwing(java.lang.Throwable,java.util.Collection)