Skip to content

Commit

Permalink
Add java 17 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierba committed Apr 4, 2024
1 parent ecca72f commit 90b6997
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B -Popendj package --file pom.xml
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B -Popendj package --file pom.xml

0 comments on commit 90b6997

Please sign in to comment.