Skip to content

Commit 6c0016c

Browse files
committed
tell maven to use java 11
1 parent 57269c7 commit 6c0016c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-compiler-plugin</artifactId>
72-
<version>3.1</version>
72+
<version>3.8.0</version>
7373
<configuration>
74-
<source>1.8</source>
75-
<target>1.8</target>
74+
<source>11</source>
75+
<target>11</target>
7676
</configuration>
7777
</plugin>
7878
<plugin>

0 commit comments

Comments
 (0)