File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -450,31 +450,31 @@ check_build_src:
450450check_base :
451451 extends : .check_job
452452 variables :
453- GRADLE_TARGET : " :baseCheck"
453+ GRADLE_TARGET : " :baseCheck -x spotlessCheck "
454454
455455check_inst :
456456 extends : .check_job
457457 parallel : 4
458458 variables :
459- GRADLE_TARGET : " :instrumentationCheck"
459+ GRADLE_TARGET : " :instrumentationCheck -x spotlessCheck "
460460 CACHE_TYPE : " inst"
461461
462462check_smoke :
463463 extends : .check_job
464464 parallel : 4
465465 variables :
466- GRADLE_TARGET : " :smokeCheck"
466+ GRADLE_TARGET : " :smokeCheck -x spotlessCheck "
467467 CACHE_TYPE : " smoke"
468468
469469check_profiling :
470470 extends : .check_job
471471 variables :
472- GRADLE_TARGET : " :profilingCheck"
472+ GRADLE_TARGET : " :profilingCheck -x spotlessCheck "
473473
474474check_debugger :
475475 extends : .check_job
476476 variables :
477- GRADLE_TARGET : " :debuggerCheck"
477+ GRADLE_TARGET : " :debuggerCheck -x spotlessCheck "
478478
479479muzzle :
480480 extends : .gradle_build
You can’t perform that action at this time.
0 commit comments