Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 37272a2

Browse files
author
Caitlin Bales (MSFT)
committed
Encode Javadoc files using UTF-8
1 parent d66a160 commit 37272a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphsdk/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ task javadoc(type: Javadoc) {
104104
source = android.sourceSets.main.java.srcDirs
105105
classpath += project.files(android.getBootClasspath())
106106
classpath += configurations.compile
107+
options.encoding = 'UTF-8'
107108
}
108109

109110
task javadocJar(type: Jar, dependsOn: javadoc) {

0 commit comments

Comments
 (0)