Skip to content

Commit

Permalink
Update to Java11
Browse files Browse the repository at this point in the history
  • Loading branch information
TFyre committed Sep 8, 2022
1 parent 3e6ca7a commit a83b271
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@

<properties>
<vaadin.version>23.1.7</vaadin.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jetty.version>9.4.15.v20190215</jetty.version>
Expand Down

0 comments on commit a83b271

Please sign in to comment.