Open GoogleCodeExporter opened 9 years ago
For Maven at least, you can do this:
<profile>
<id>java8</id>
<activation>
<jdk>1.8</jdk>
</activation>
</profile>
Then have that profile enable some extra tests.
Original comment by tavianator@gmail.com
on 8 Apr 2014 at 9:11
Original issue reported on code.google.com by
cgruber@google.com
on 8 Apr 2014 at 7:46