Skip to content

Commit 6db29dd

Browse files
committedJan 14, 2022
Fix something from 15->17 in #1094
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.
1 parent 2fb9451 commit 6db29dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ anchors:
3434
- *restore_cache_wrapper
3535
- *restore_cache_deps
3636
- run:
37-
name: gradlew check
37+
name: gradlew check -x spotlessCheck
3838
command: export SPOTLESS_EXCLUDE_MAVEN=true && ./gradlew check --build-cache
3939
- store_test_results:
4040
path: testlib/build/test-results/test

0 commit comments

Comments
 (0)
Please sign in to comment.