HHH-13802 add support of the various new tags so their warning won't show up
This commit is contained in:
parent
2663f8718e
commit
bd472581a4
|
@ -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
|
||||||
|
|
|
@ -260,4 +260,3 @@ task testJavassist(type: Test) {
|
||||||
|
|
||||||
check.dependsOn testJavassist
|
check.dependsOn testJavassist
|
||||||
testJavassist.mustRunAfter test
|
testJavassist.mustRunAfter test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue