maybe this will allow emoji

This commit is contained in:
Leijurv
2019-01-30 11:45:03 -08:00
parent b4d307d4cc
commit 68a9a1439a
2 changed files with 2 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ mixin {
javadoc {
options.addStringOption('Xwerror', '-quiet') // makes the build fail on travis when there is a javadoc error
options.linkSource true
options.encoding "UTF-8"
source += sourceSets.api.allJava
classpath += sourceSets.api.compileClasspath
}