Skip to content

Commit 70b9c35

Browse files
committed
Downgrade to Gradle 4.4.1 because of Dokka bug
1 parent bddb6a7 commit 70b9c35

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ configure(subprojects.findAll { projectNamesToPublish.contains(it.name) }) {
127127

128128
task wrapper(type: Wrapper) {
129129
group 'build setup'
130-
gradleVersion = '4.5'
130+
gradleVersion = '4.4.1'
131131
distributionType = Wrapper.DistributionType.ALL
132132
}

gradle/wrapper/gradle-wrapper.jar

-398 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip

0 commit comments

Comments
 (0)