Skip to content

Commit

Permalink
HSEARCH-4522 Document JDK8-specific build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Apr 1, 2022
1 parent e6ae366 commit 2255512
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -2364,7 +2364,10 @@
</property>
</activation>
<properties>
<!-- JDK 8 doesn't support the settings mentioned in the default value of this property,
but it doesn't need them either, so we just omit them. -->
<surefire.jvm.args.java-version></surefire.jvm.args.java-version>
<!-- JDK 8 produces so many false positives that warnings are worthless -->
<maven.compiler.failOnWarning>false</maven.compiler.failOnWarning>
<!-- JDK 8 doesn't support the add-opens mentioned in the default value of this property,
but it doesn't need them either, so we just omit them. -->
Expand Down

0 comments on commit 2255512

Please sign in to comment.