We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ci.yaml
1 parent 76456d7 commit 7484de7Copy full SHA for 7484de7
.github/workflows/ci.yaml
@@ -19,7 +19,6 @@ jobs:
19
- uses: actions/setup-java@v3
20
with:
21
java-version: ${{ matrix.java }}
22
- distribution: 'zulu'
23
- cache: 'maven'
24
- - name: Build with Maven
25
- run: ./mvnw -V --no-transfer-progress clean package
+ distribution: zulu
+ cache: maven
+ - run: ./mvnw -V --no-transfer-progress clean package
0 commit comments