Skip to content

Commit

Permalink
Upgrade to Java 22 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
atraplet committed May 20, 2024
1 parent 767d137 commit 078d7f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>0-SNAPSHOT</version>

<properties>
<java.version>21</java.version>
<java.version>22</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 078d7f2

Please sign in to comment.