Skip to content

Commit 6b1975d

Browse files
committed
publish(v3.0.0-beta):处理javadoc编码
1 parent 968fa1f commit 6b1975d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ allprojects {
2222
}
2323
}
2424

25+
allprojects {
26+
tasks.withType(Javadoc) {
27+
options.addStringOption('Xdoclint:none', '-quiet')
28+
options.addStringOption('encoding', 'UTF-8')
29+
}
30+
}
31+
2532
task clean(type: Delete) {
2633
delete rootProject.buildDir
2734
}

0 commit comments

Comments
 (0)