File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,12 @@ subprojects {
9393 testCompile " ch.qos.logback:logback-classic:${ versions.logback} "
9494 }
9595
96+ javadoc {
97+ title subprojectName
98+ options. encoding = " UTF-8"
99+ options. windowTitle = subprojectName
100+ }
101+
96102 // custom tasks for creating source/javadoc jars
97103 task sourcesJar(type : Jar , dependsOn : classes) {
98104 classifier = ' sources'
@@ -154,6 +160,6 @@ subprojects {
154160}
155161
156162wrapper {
157- gradleVersion = " 4.7 "
163+ gradleVersion = " 4.8.1 "
158164 distributionType = Wrapper.DistributionType . ALL
159165}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-4.7 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.8.1 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments