Skip to content

Commit 62a00ec

Browse files
committed
ci: setup publish
1 parent f2272ce commit 62a00ec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
sudo rm -f /usr/bin/mvn # Remove existing symbolic link if it exists
2828
sudo ln -s /opt/maven/bin/mvn /usr/bin/mvn # Create new symbolic link
2929
30-
# - name: Setup java
31-
# uses: actions/setup-java@v1
32-
# with:
33-
# java-version: ${{ matrix.java }}
3430
- name: Setup java
35-
uses: actions/setup-java@v4
31+
uses: actions/setup-java@v1
3632
with:
3733
java-version: ${{ matrix.java }}
38-
distribution: 'zulu'
34+
# - name: Setup java
35+
# uses: actions/setup-java@v4
36+
# with:
37+
# java-version: ${{ matrix.java }}
38+
# distribution: 'zulu'
3939
# cache: 'maven'
4040

4141
- name: Cache Maven packages
@@ -51,4 +51,4 @@ jobs:
5151
node-version: 14.x
5252

5353
- name: Run the Maven verify phase
54-
run: mvn verify -Dgpg.skip=true --no-transfer-progress
54+
run: mvn verify -Dgpg.skip=true --no-transfer-progress

0 commit comments

Comments
 (0)