- Add a
problemsoutput format, which reports each outdated dependency to Gradle's Problems API (#974, #1126) - Warn when an
outputFormattername isn't one of the built-in formatters, where the plain text report was written without a warning (#1130, #1131) - Leave the
log4j-coreconstraint that Gradle adds to every script classpath, and to the Scala plugin'szincconfiguration, out of the report (#1128, #1129) - Run the build workflow on the tag before publishing a release (#1125)
Note
- The
problemsformat needs Gradle 8.13 or later. On an earlier Gradle it is skipped, with a message at the info log level. - The problems are printed on the console under
--warning-mode allfrom Gradle 9.3. On an earlier Gradle they are listed only inbuild/reports/problems/problems-report.html. - A
log4j-coreconstraint declared in the build with the same versions as Gradle's, on a script classpath or onzinc, is left out as well.