Skip to content

Commit 174aafb

Browse files
committed
#574 - Add build profile for Java 16.
1 parent 104febe commit 174aafb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,25 @@
192192
</build>
193193
</profile>
194194

195+
<profile>
196+
<id>java-16</id>
197+
198+
<activation>
199+
<jdk>16</jdk>
200+
</activation>
201+
202+
<build>
203+
<plugins>
204+
<plugin>
205+
<artifactId>maven-compiler-plugin</artifactId>
206+
<configuration>
207+
<release>16</release>
208+
</configuration>
209+
</plugin>
210+
</plugins>
211+
</build>
212+
</profile>
213+
195214
</profiles>
196215

197216
<developers>

0 commit comments

Comments
 (0)