We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67fef7e + 82689b6 commit 4047d2dCopy full SHA for 4047d2d
1 file changed
build.gradle
@@ -90,6 +90,8 @@ task dist(dependsOn: [':jme3-examples:dist', 'mergedJavadoc']){
90
task mergedJavadoc(type: Javadoc, description: 'Creates Javadoc from all the projects.') {
91
title = 'jMonkeyEngine3'
92
destinationDir = mkdir("dist/javadoc")
93
+
94
+ options.encoding = 'UTF-8'
95
96
// Allows Javadoc to be generated on Java 8 despite doclint errors.
97
if (JavaVersion.current().isJava8Compatible()) {
0 commit comments