Skip to content

Commit

Permalink
Updated to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkowski committed Jan 14, 2025
1 parent 5701512 commit 95a13f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
ref: master
- name: Set up JDK 1.8
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 17
- name: Build with Maven
run: mvn clean package

0 comments on commit 95a13f7

Please sign in to comment.