Skip to content

Commit

Permalink
Remove maven from the windows build, because it is clogging CI. Hopef…
Browse files Browse the repository at this point in the history
…ully we can revert this if #554 gets implemented.
  • Loading branch information
nedtwigg committed Oct 15, 2020
1 parent c50c1d5 commit c2d1cf8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,22 +122,18 @@ jobs:
command: choco install ojdkbuild8
- run:
name: gradlew check
command: gradlew check --build-cache
command: set SPOTLESS_EXCLUDE_MAVEN=true && gradlew check --build-cache
- store_test_results:
path: testlib/build/test-results/test
- store_test_results:
path: lib-extra/build/test-results/test
- store_test_results:
path: plugin-gradle/build/test-results/test
- store_test_results:
path: plugin-maven/build/test-results/test
- run:
name: gradlew npmTest
command: gradlew npmTest --build-cache
command: set SPOTLESS_EXCLUDE_MAVEN=true && gradlew npmTest --build-cache
- store_test_results:
path: testlib/build/test-results/npm
- store_test_results:
path: plugin-maven/build/test-results/npm
- store_test_results:
path: plugin-gradle/build/test-results/npm
changelog_print:
Expand Down

0 comments on commit c2d1cf8

Please sign in to comment.