Skip to content

Commit

Permalink
Upgrade CI to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxNeo committed Sep 10, 2023
1 parent d09e1d0 commit 2d83293
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
- name: Buld externalwar with Maven
run: mvn -B package --file externalwar/pom.xml
- name: Build swagger-documentation with Maven
Expand Down

0 comments on commit 2d83293

Please sign in to comment.