Skip to content

Commit

Permalink
Merge pull request #139 from mrgreywater/master
Browse files Browse the repository at this point in the history
set minimum required jdk11 in pom.xml - fix jitpack.io build
  • Loading branch information
TFyre authored Sep 9, 2022
2 parents 3e6ca7a + a83b271 commit 0de9672
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 0de9672

Please sign in to comment.