File tree 3 files changed +9
-12
lines changed
3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ plugins {
14
14
id " maven-publish"
15
15
id " signing"
16
16
id " jacoco"
17
- id " io.freefair.lombok" version " 5.3.3.3 " // 5.3 branch is the last branch compatible with Gradle 6
18
- id " com.diffplug.spotless" version " 5.14.3 "
17
+ id " io.freefair.lombok" version " 6.1.0 "
18
+ id " com.diffplug.spotless" version " 5.15.0 "
19
19
id " net.ltgt.errorprone" version " 2.0.2"
20
20
id " com.github.kt3k.coveralls" version " 2.12.0"
21
21
id " biz.aQute.bnd.builder" version " 5.3.0"
86
86
87
87
lombok {
88
88
version = " 1.18.20"
89
- config[' lombok.addLombokGeneratedAnnotation' ] = ' true'
90
- config[' lombok.getter.noIsPrefix' ] = ' true'
91
89
}
92
90
93
91
delombok {
@@ -107,16 +105,16 @@ test {
107
105
}
108
106
109
107
spotless {
110
- java {
111
- googleJavaFormat(" 1.7" ) // 1.7 is the last version that supports Java 8
112
- removeUnusedImports()
113
- }
108
+ java {
109
+ googleJavaFormat(" 1.7" ) // 1.7 is the last version that supports Java 8
110
+ removeUnusedImports()
111
+ }
114
112
}
115
113
116
114
jacocoTestReport {
117
115
reports {
118
- xml. enabled = true // coveralls plugin depends on xml format report
119
- html. enabled = true
116
+ xml. required = true // coveralls plugin depends on xml format report
117
+ html. required = true
120
118
}
121
119
}
122
120
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.9.1 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
- # This file is generated by the 'io.freefair.lombok' Gradle plugin
2
1
config.stopBubbling = true
3
2
lombok.addLombokGeneratedAnnotation = true
4
3
lombok.getter.noIsPrefix = true
You can’t perform that action at this time.
0 commit comments