Skip to content

Commit

Permalink
Run first build with Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 9, 2023
1 parent 59b7abe commit b8913f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 8
java-version: 17
distribution: temurin

- name: Prepare maven build
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

build-all:

needs: build
needs: build

strategy:
matrix:
Expand Down

0 comments on commit b8913f6

Please sign in to comment.