Skip to content

Commit 55d64ee

Browse files
author
Damian Staszewski
committed
build(gradle): bumping gradle and javadoc
1 parent ec0a76e commit 55d64ee

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

156162
wrapper {
157-
gradleVersion = "4.7"
163+
gradleVersion = "4.8.1"
158164
distributionType = Wrapper.DistributionType.ALL
159165
}

gradle/wrapper/gradle-wrapper.jar

4 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)