Skip to content

Commit

Permalink
update JVM
Browse files Browse the repository at this point in the history
  • Loading branch information
teverett committed Jun 19, 2024
1 parent 763eb0e commit a7884b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 12
distribution: 'temurin'
java-version: 21
- name: Build with Maven
run: mvn -B package --file pom.xml
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/**/target
/**/test-output
dependency-reduced-pom.xml
/.idea

0 comments on commit a7884b1

Please sign in to comment.