projects
/
axis-axis2-java-rampart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c27a85
)
Update actions/setup-java to v2
master
author
Andreas Veithen
<andreas.veithen@gmail.com>
Sun, 19 Dec 2021 12:33:10 +0000
(12:33 +0000)
committer
Andreas Veithen
<andreas.veithen@gmail.com>
Sun, 19 Dec 2021 12:33:10 +0000
(12:33 +0000)
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 9b68f5125067f09e6d0fa5c3a5d8bad39868c051..b03bc9eb972e775063c5709f8d4b96520c871d85 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-42,8
+42,9
@@
jobs:
maven-java-${{ matrix.java }}-
maven-
- name: Set up Java
- uses: actions/setup-java@v
1
+ uses: actions/setup-java@v
2
with:
+ distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: Build
run: mvn -B -e -Papache-release -Dgpg.skip=true verify