Преглед изворни кода

javadoc build issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909752 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_4
PJ Fanning пре 1 година
родитељ
комит
2e434a4eaf
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6
    0
      build.gradle

+ 6
- 0
build.gradle Прегледај датотеку

@@ -163,6 +163,12 @@ subprojects {
options.deprecation = true
options.incremental = true
}
tasks.withType(Test) {
systemProperty "file.encoding", "UTF-8"
}
tasks.withType(Javadoc) {
options.encoding = 'UTF-8'
}

repositories {
mavenCentral()

Loading…
Откажи
Сачувај