jakartaee / jakartaee-api

jakartaee-api
Other
39 stars 42 forks source link

generate java 11 class files and javadoc #109

Closed kwsutter closed 3 years ago

kwsutter commented 3 years ago

Signed-off-by: Kevin Sutter kwsutter@gmail.com

Update the build to generate java 11 class files. Also, updated the README and found one location where I forgot to update to version 10.0.0.

kwsutter commented 3 years ago

I'm going to go ahead with this PR merge. This merge should cause our Jenkins build to fail (since it's still configured for Java 8). I'd like to verify that and then I'll fix the Jenkins build appropriately.

kwsutter commented 3 years ago

I'm going to go ahead with this PR merge. This merge should cause our Jenkins build to fail (since it's still configured for Java 8). I'd like to verify that and then I'll fix the Jenkins build appropriately.

Jenkins build now working correctly after updating the build configuration for Java 11.