Skip to content

Commit 317ce88

Browse files
committed
Updates Maven compiler to Java 11
Signed-off-by: Jannis Jung <jannis.jung@iese.fraunhofer.de>
1 parent b996953 commit 317ce88

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
<testSourceDirectory>src/test/java</testSourceDirectory>
6363

6464
<plugins>
65-
<!-- Compile Sources using Java 8 -->
65+
<!-- Compile Sources using Java 11 -->
6666
<plugin>
6767
<artifactId>maven-compiler-plugin</artifactId>
6868
<version>3.8.1</version>
6969
<configuration>
70-
<source>1.8</source>
71-
<target>1.8</target>
70+
<source>11</source>
71+
<target>11</target>
7272
</configuration>
7373
</plugin>
7474

0 commit comments

Comments
 (0)