Skip to content

Commit 265f02f

Browse files
committed
Bump gardle and libraries
1 parent 756a56b commit 265f02f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111

1212
plugins {
1313
id "io.gitlab.arturbosch.detekt" version "1.11.0-RC1"
14-
id "org.jlleitschuh.gradle.ktlint" version "9.3.0"
14+
id "org.jlleitschuh.gradle.ktlint" version "10.0.0"
1515
id "org.jetbrains.dokka" version "0.10.1"
1616
id "jacoco"
1717
}
@@ -108,7 +108,7 @@ dokka {
108108

109109
jacoco {
110110
toolVersion = "0.8.6"
111-
reportsDir = file("$buildDir/reports")
111+
reportsDirectory = file("$buildDir/reports")
112112
}
113113

114114
jacocoTestReport {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Thu Aug 06 14:12:32 CEST 2020
2-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-all.zip
2+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
33
distributionBase=GRADLE_USER_HOME
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)