CI job polish (#1341)

Avoids issues where setup-java post-task cacheing will hang with "device
or resource busy".
This commit is contained in:
Daniel Chao
2025-12-03 15:11:33 -08:00
committed by Jen Basch
parent 5b6ee977c9
commit 18af7571e8
7 changed files with 90 additions and 168 deletions
+5
View File
@@ -19,6 +19,11 @@ testReports {
html {
"**/build/reports/tests/**/*"
}
excludeJobs {
"bench"
"deploy-release"
"github-release"
}
}
local baseGradleCheck: SimpleGradleJob = new {