Skip to content

Commit

Permalink
pom: require java11
Browse files Browse the repository at this point in the history
time to move on ...

Acked-by: Lea Morschel
Target: master
  • Loading branch information
kofemann committed Jul 8, 2020
1 parent 8ce08c5 commit 8f886a8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Expand Up @@ -45,6 +45,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>11</java.version>
</properties>

<build>
Expand All @@ -61,12 +62,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<showDeprecation>true</showDeprecation>
<encoding>UTF-8</encoding>
<release>${java.version}</release>
<!-- without forking compilation happens in the
same process, so no arguments are applied -->
<fork>true</fork>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 8f886a8

Please sign in to comment.