Skip to content

Commit

Permalink
changed to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
bierdosenhalter committed Nov 19, 2024
1 parent c8af3a0 commit 86f700b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
- name: Java
uses: actions/setup-java@v4.2.2
with:
distribution: 'adopt'
java-version: '8'
java-version: '21'
distribution: 'temurin'
check-latest: true

- name: Cache
uses: actions/cache@v4.0.2
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>${project.artifactId}</name>

<properties>
<java.version>17</java.version>
<java.version>21</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 86f700b

Please sign in to comment.