Skip to content

Commit f013c0e

Browse files
committed
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
1 parent 8591eda commit f013c0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,4 @@ eclipse.classpath.file.whenMerged {
128128
jreEntry.entryAttributes['limit-modules'] = 'java.base'
129129
}
130130

131+
jar.dependsOn check

0 commit comments

Comments
 (0)