Skip to content

Commit d6ce25a

Browse files
committed
Updates to from Java 8 to Java 11
1 parent c2cfccc commit d6ce25a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<version>3.7.0</version>
1515
<configuration>
1616
<!-- http://maven.apache.org/plugins/maven-compiler-plugin/ -->
17-
<source>1.8</source>
18-
<target>1.8</target>
17+
<source>11</source>
18+
<target>11</target>
1919
</configuration>
2020
</plugin>
2121
</plugins>

0 commit comments

Comments
 (0)