File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id ' idea'
4
4
id ' org.sonarqube' version ' 3.4.0.2513'
5
5
id ' jacoco'
6
- id ' com.diffplug.gradle. spotless' version ' 4.5.1 '
6
+ id ' com.diffplug.spotless' version ' 6.16.0 '
7
7
id ' io.codearte.nexus-staging' version ' 0.22.0'
8
8
id ' de.marcphilipp.nexus-publish' version ' 0.4.0'
9
9
id ' de.undercouch.download' version ' 4.1.1'
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ jacocoTestReport {
14
14
}
15
15
dependsOn test
16
16
reports {
17
- xml. enabled true
18
- html. enabled false
19
- csv. enabled false
17
+ xml. required = true
18
+ html. required = false
19
+ csv. required = false
20
20
xml. destination file(" ${ buildDir} /reports/jacoco.xml" )
21
21
}
22
22
}
Original file line number Diff line number Diff line change 1
1
2
- apply plugin : ' com.diffplug.gradle. spotless'
2
+ apply plugin : ' com.diffplug.spotless'
3
3
apply plugin : " de.undercouch.download"
4
4
5
5
task downloadJavaLicense (type : Download ) {
@@ -39,7 +39,7 @@ spotless {
39
39
exclude ' **/.gradle/**'
40
40
exclude ' **/build/install/**'
41
41
}
42
- ktlint(' 0.31 .0' )
42
+ ktlint(' 0.47 .0' )
43
43
trimTrailingWhitespace()
44
44
endWithNewline()
45
45
licenseHeaderFile " $rootDir /gradle/spotless/java.license"
Original file line number Diff line number Diff line change 1
1
2
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
2
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.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