Skip to content

Commit f28e489

Browse files
committed
choco install ojdkbuild8 has no effect, so never mind. But that means we need to get more out of test_npm_8
1 parent 88ccb82 commit f28e489

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

.circleci/config.yml

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,21 +107,32 @@ jobs:
107107
path: plugin-maven/build/test-results/NpmTest
108108
- store_test_results:
109109
path: plugin-gradle/build/test-results/NpmTest
110+
- run:
111+
name: gradlew check
112+
command: export SPOTLESS_EXCLUDE_MAVEN=true && ./gradlew check --build-cache
113+
- store_test_results:
114+
path: testlib/build/test-results/test
115+
- store_test_results:
116+
path: lib-extra/build/test-results/test
117+
- store_test_results:
118+
path: plugin-gradle/build/test-results/test
119+
- store_test_results:
120+
path: lib/build/spotbugs
121+
- store_test_results:
122+
path: lib-extra/build/spotbugs
123+
- store_test_results:
124+
path: testlib/build/spotbugs
125+
- store_test_results:
126+
path: plugin-gradle/build/spotbugs
110127
test_windows:
111128
executor:
112129
name: win/default
113130
shell: cmd.exe
114131
steps:
115132
- checkout
116133
- run:
117-
name: install
118-
command: choco install ojdkbuild8 -params 'installdir=c:\\java8'
119-
- run:
120-
name: JAVA_HOME
121-
command: setx JAVA_HOME "C:\java8"
122-
- run:
123-
name: gradlew check
124-
command: gradlew check --build-cache -PSPOTLESS_EXCLUDE_MAVEN=true
134+
name: gradlew test
135+
command: gradlew test --build-cache -PSPOTLESS_EXCLUDE_MAVEN=true
125136
- store_test_results:
126137
path: testlib/build/test-results/test
127138
- store_test_results:

0 commit comments

Comments
 (0)