Skip to content

Commit

Permalink
use jdk 11
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauma109 authored and gastaldi committed Jul 23, 2021
1 parent 0c23c42 commit 14e0f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
</developers>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>

<version.commons-text>1.9</version.commons-text>
Expand Down

0 comments on commit 14e0f6b

Please sign in to comment.