Skip to content

Commit

Permalink
project: switch to JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ibodrov committed Oct 1, 2024
1 parent 752ac45 commit 5188442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
java: [ 8, 11 ]
java: [ 17 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<properties>
<!-- Takari Lifecycle -->
<takari.javaSourceVersion>1.8</takari.javaSourceVersion>
<takari.javaSourceVersion>17</takari.javaSourceVersion>
<maven.compiler.release>${takari.javaSourceVersion}</maven.compiler.release>
<maven.compiler.source>${maven.compiler.release}</maven.compiler.source>
<maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
Expand Down

0 comments on commit 5188442

Please sign in to comment.