testing jwe build with java 7, 8 & 9

This commit is contained in:
Micah Silverman 2017-10-10 12:38:29 -04:00
parent 9c1130d929
commit 8d0cb7675d
2 changed files with 2 additions and 1 deletions

1
.java-version Normal file
View File

@ -0,0 +1 @@
9

View File

@ -417,7 +417,7 @@
<profile>
<id>jdk9</id>
<activation>
<jdk>1.9</jdk>
<jdk>9</jdk>
</activation>
<properties>
<!-- Turn off JDK 9's lint checks: -->