We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552ae2b commit b0b8398Copy full SHA for b0b8398
.gitlab-ci.yml
@@ -420,7 +420,7 @@ test_published_artifacts:
420
script:
421
- *gitlab_base_ref_params
422
- ./gradlew --version
423
- - ./gradlew $GRADLE_TARGET $GRADLE_PARAMS -PskipTests -PrunBuildSrcTests -PskipSpotless -PtaskPartitionCount=$NORMALIZED_NODE_TOTAL -PtaskPartition=$NORMALIZED_NODE_INDEX $GRADLE_ARGS
+ - ./gradlew $GRADLE_TARGET -x spotlessCheck $GRADLE_PARAMS -PskipTests -PrunBuildSrcTests -PtaskPartitionCount=$NORMALIZED_NODE_TOTAL -PtaskPartition=$NORMALIZED_NODE_INDEX $GRADLE_ARGS
424
after_script:
425
- *cgroup_info
426
- source .gitlab/gitlab-utils.sh
0 commit comments