HHH-13802 add support of the various new tags so their warning won't show up

This commit is contained in:
Nathan Xu 2020-01-05 19:02:08 -05:00 committed by Steve Ebersole
parent 2663f8718e
commit bd472581a4
2 changed files with 1 additions and 1 deletions

View File

@ -98,6 +98,7 @@ javadoc {
'http://docs.jboss.org/cdi/api/2.0/', 'http://docs.jboss.org/cdi/api/2.0/',
'https://javaee.github.io/javaee-spec/javadocs/' 'https://javaee.github.io/javaee-spec/javadocs/'
] ]
tags = [ "apiNote", 'implSpec', 'implNote', 'todo' ]
if ( JavaVersion.current().isJava11Compatible() ) { if ( JavaVersion.current().isJava11Compatible() ) {
//The need to set `--source 1.8` applies to all JVMs after 11, and also to 11 //The need to set `--source 1.8` applies to all JVMs after 11, and also to 11

View File

@ -260,4 +260,3 @@ task testJavassist(type: Test) {
check.dependsOn testJavassist check.dependsOn testJavassist
testJavassist.mustRunAfter test testJavassist.mustRunAfter test