Skip to content

Commit

Permalink
Fix test-jar compilation target
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Feb 23, 2022
1 parent 728621e commit 01ceaa0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,14 @@
</excludes>
</configuration>
</execution>
<!-- Third: compile all tests as Java8 -->
<!-- This fails in NetBeans ... -->
<execution>
<id>default-testCompile</id>
<configuration>
<release>8</release>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit 01ceaa0

Please sign in to comment.