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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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