#574 - Add build profile for Java 16.
This commit is contained in:
19
pom.xml
19
pom.xml
@@ -192,6 +192,25 @@
|
||||
</build>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>java-16</id>
|
||||
|
||||
<activation>
|
||||
<jdk>16</jdk>
|
||||
</activation>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<release>16</release>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
|
||||
</profiles>
|
||||
|
||||
<developers>
|
||||
|
||||
Reference in New Issue
Block a user