Fixed javadoc errors
This commit is contained in:
@@ -200,7 +200,11 @@ configure(subprojects - project(":annotations")){
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(Javadoc){
|
tasks.withType(Javadoc){
|
||||||
options.addStringOption('Xdoclint:none', '-quiet')
|
options{
|
||||||
|
addStringOption('Xdoclint:none', '-quiet')
|
||||||
|
addBooleanOption('-enable-preview', true)
|
||||||
|
addStringOption('-release', '14')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user