Skip to content

Commit 7484de7

Browse files
committed
chore(ci): simplify ci.yaml
1 parent 76456d7 commit 7484de7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- uses: actions/setup-java@v3
2020
with:
2121
java-version: ${{ matrix.java }}
22-
distribution: 'zulu'
23-
cache: 'maven'
24-
- name: Build with Maven
25-
run: ./mvnw -V --no-transfer-progress clean package
22+
distribution: zulu
23+
cache: maven
24+
- run: ./mvnw -V --no-transfer-progress clean package

0 commit comments

Comments
 (0)