If we're moving to Java 9, let's move to Java 11 as it is LTS

This commit is contained in:
Govindas 2022-03-20 12:08:41 +02:00
parent 32f40af484
commit 0332ad9334
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>9</source>
<target>9</target>
<source>11</source>
<target>11</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>