Skip to content

Commit

Permalink
migrate action setup-java >= v2
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Oct 12, 2023
1 parent 678313f commit b6c4e40
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:
- name: Checkout
# see https://github.com/actions/checkout
uses: actions/checkout@v4
- name: Set up JDK 1.8
- name: Set up JDK
# see https://github.com/actions/setup-java
uses: actions/setup-java@v3
with:
java-version: 1.8
java-version: '8'
distribution: 'zulu'
java-package: jdk
- name: Build with Maven
run: |
cd tools
Expand Down Expand Up @@ -49,4 +51,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: XML-Schema-documentation
path: docgen/xml/docs
path: docgen/xml/docs

0 comments on commit b6c4e40

Please sign in to comment.