Add Javadoc UTF-8 Encoding (#7418)

This commit is contained in:
키에르
2022-08-23 04:59:47 +09:00
committed by GitHub
parent a2798ae53c
commit 88927b4cf5

View File

@@ -231,6 +231,7 @@ configure(subprojects - project(":annotations")){
options{
addStringOption('Xdoclint:none', '-quiet')
addStringOption('-release', '16')
encoding('UTF-8')
}
}
}