Skip to content

Commit

Permalink
Fix something from 15->17 in #1094
Browse files Browse the repository at this point in the history
spotlessCheck fails on Java 17 unless we add params to gradle.properties, but we removed that in e578a9d because it breaks Java 8. The easy fix is to not run spotlessCheck to `test_nomaven`.

This was missed in #1094 because buildcache covered it up.
  • Loading branch information
nedtwigg committed Jan 14, 2022
1 parent 2fb9451 commit 6db29dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ anchors:
- *restore_cache_wrapper
- *restore_cache_deps
- run:
name: gradlew check
name: gradlew check -x spotlessCheck
command: export SPOTLESS_EXCLUDE_MAVEN=true && ./gradlew check --build-cache
- store_test_results:
path: testlib/build/test-results/test
Expand Down

0 comments on commit 6db29dd

Please sign in to comment.