We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765959b commit 40f43c1Copy full SHA for 40f43c1
.github/workflows/ci-build.yml
@@ -33,14 +33,13 @@ jobs:
33
with:
34
java-version: ${{ matrix.java-version }}
35
distribution: "adopt"
36
- - name: Clean GitHub's pre-baked Maven receipts
37
- run: find ~/.m2/repository -name _remote.repositories -exec rm -f {} \;
+ cache: "maven"
38
- name: Compile
39
run: |
40
if [ ${{ matrix.java-version }} == "8" ]; then
41
export TRAVIS_JDK=openjdk8
42
fi
43
- ./scripts/run_no_prep_tests.sh compile test-compile
+ ./scripts/run_no_prep_tests.sh clean compile test-compile
44
env:
45
CI_ARGS: "--batch-mode -T 1C"
46
MAVEN_OPTS: ${{ matrix.maven-opts }}
0 commit comments