File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
11
11
12
12
plugins {
13
13
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"
15
15
id " org.jetbrains.dokka" version " 0.10.1"
16
16
id " jacoco"
17
17
}
@@ -108,7 +108,7 @@ dokka {
108
108
109
109
jacoco {
110
110
toolVersion = " 0.8.6"
111
- reportsDir = file(" $buildDir /reports" )
111
+ reportsDirectory = file(" $buildDir /reports" )
112
112
}
113
113
114
114
jacocoTestReport {
Original file line number Diff line number Diff line change 1
1
# 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
3
3
distributionBase =GRADLE_USER_HOME
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments