1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-10-26 09:13:28 +03:00

Fixed javadoc errors

This commit is contained in:
Anuken 2020-10-02 12:06:16 -04:00
parent a3224b7082
commit 10dd2b4b33

View File

@ -200,7 +200,11 @@ configure(subprojects - project(":annotations")){
}
tasks.withType(Javadoc){
options.addStringOption('Xdoclint:none', '-quiet')
options{
addStringOption('Xdoclint:none', '-quiet')
addBooleanOption('-enable-preview', true)
addStringOption('-release', '14')
}
}
}