Skip to content

Commit

Permalink
Update JDK to Temurin 21
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Nov 4, 2024
1 parent e80668d commit 3cd9524
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
fetch-depth: 0 # checkout tags so version in Manifest is set properly
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
distribution: 'temurin'
java-version: 21
- name: Maven Install Dependencies
run: ./mvnw install -B -V -DskipTests -Dair.check.skip-all -P docker-images
- name: Maven Test
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
</distributionManagement>

<properties>
<java.version>17</java.version>
<project.build.targetJdk>17</project.build.targetJdk>
<java.version>21</java.version>
<project.build.targetJdk>21</project.build.targetJdk>

<encoding>UTF-8</encoding>

Expand Down

0 comments on commit 3cd9524

Please sign in to comment.