Skip to content

Commit b47e5ff

Browse files
committed
Use Java 8 release baseline when building with newer JDKs.
Closes #1667
1 parent d5f399e commit b47e5ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@
215215
<properties>
216216
<jaxb.version>2.2.11</jaxb.version>
217217
<java-activation.version>1.1.1</java-activation.version>
218+
<maven.compiler.release>8</maven.compiler.release>
218219
</properties>
219220

220221
<activation>

0 commit comments

Comments
 (0)