Skip to content

Commit

Permalink
Switch to Java 21 (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-we committed Feb 11, 2024
1 parent ff576bd commit 2abaefe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .idea/misc.xml

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

4 changes: 2 additions & 2 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>

<javax.websocket.api.version>1.1</javax.websocket.api.version>
<jetty.version>9.4.53.v20231009</jetty.version>
Expand Down

0 comments on commit 2abaefe

Please sign in to comment.