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 f2fc462 commit 1be7a57Copy full SHA for 1be7a57
1 file changed
pom.xml
@@ -406,6 +406,18 @@ limitations under the License.
406
</plugins>
407
</reporting>
408
<profiles>
409
+ <!-- profile to allow the use of plugin versions that require Java 7 -->
410
+ <!-- TODO remove when CP updated to version 51 -->
411
+ <profile>
412
+ <id>jdk7-plugin-fix-version</id>
413
+ <activation>
414
+ <jdk>[1.7,1.8)</jdk>
415
+ </activation>
416
+ <properties>
417
+ <!-- Fix to build on JDK 7: version 1.18 requires Java 8. -->
418
+ <commons.animal-sniffer.version>1.17</commons.animal-sniffer.version>
419
+ </properties>
420
+ </profile>
421
<profile>
422
<id>java9+</id>
423
<activation>
0 commit comments