Add Javadoc UTF-8 Encoding (#7418)

This commit is contained in:
키에르
2022-08-22 15:59:47 -04:00
committed by GitHub
parent a2798ae53c
commit 88927b4cf5
+1
View File
@@ -231,6 +231,7 @@ configure(subprojects - project(":annotations")){
options{
addStringOption('Xdoclint:none', '-quiet')
addStringOption('-release', '16')
encoding('UTF-8')
}
}
}