Automatically run check task from buildSrc

Update `buildSrc` so that the `check` command is run as part of the
regular build. This restores the behavior of Gradle 7.x and will
hopefully allow us to catch test issues earlier.

Closes gh-43192
This commit is contained in:
Phillip Webb
2024-11-15 13:20:46 -08:00
parent 8591eda5a8
commit f013c0edc3

View File

@@ -128,3 +128,4 @@ eclipse.classpath.file.whenMerged {
jreEntry.entryAttributes['limit-modules'] = 'java.base'
}
jar.dependsOn check