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 2769511 commit 534a13dCopy full SHA for 534a13d
pom.xml
@@ -327,6 +327,25 @@ Portions Copyright (c) 2018, Chris Fraire <[email protected]>.
327
</pluginManagement>
328
</build>
329
330
+ <profiles>
331
+ <profile>
332
+ <id>java9plus-8-release</id>
333
+ <activation>
334
+ <jdk>[9,18]</jdk>
335
+ </activation>
336
+ <build>
337
+ <plugins>
338
+ <plugin>
339
+ <artifactId>maven-compiler-plugin</artifactId>
340
+ <configuration>
341
+ <release>8</release>
342
+ </configuration>
343
+ </plugin>
344
+ </plugins>
345
+ </build>
346
+ </profile>
347
+ </profiles>
348
+
349
<reporting>
350
<plugins>
351
<plugin>
0 commit comments