File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ test_published_artifacts:
420420 script :
421421 - *gitlab_base_ref_params
422422 - ./gradlew --version
423- - ./gradlew $GRADLE_TARGET $GRADLE_PARAMS -PskipTests -PrunBuildSrcTests -PskipSpotless -PtaskPartitionCount=$NORMALIZED_NODE_TOTAL -PtaskPartition=$NORMALIZED_NODE_INDEX $GRADLE_ARGS
423+ - ./gradlew $GRADLE_TARGET -x spotlessCheck $GRADLE_PARAMS -PskipTests -PrunBuildSrcTests -PtaskPartitionCount=$NORMALIZED_NODE_TOTAL -PtaskPartition=$NORMALIZED_NODE_INDEX $GRADLE_ARGS
424424 after_script :
425425 - *cgroup_info
426426 - source .gitlab/gitlab-utils.sh
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ def buildDirectoryFiles = project.layout.buildDirectory.asFileTree
99
1010spotless {
1111 if (rootProject. hasProperty(' skipSpotless' )) {
12+ project. logger. quiet(" Retiring 'skipSpotless' property, prefer '-x spotlessCheck' or '-x spotlessApply' to exclude spotless tasks." )
1213 // Spotless in JDK 8 uses an older eclipse formatter, and it has a (flaky) bug crashing check_profiling.
1314 // We disable it in CI, since we have a job dedicated to spotless anyway.
1415 enforceCheck false
You can’t perform that action at this time.
0 commit comments