We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104febe commit 174aafbCopy full SHA for 174aafb
pom.xml
@@ -192,6 +192,25 @@
192
</build>
193
</profile>
194
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
214
</profiles>
215
216
<developers>
0 commit comments