File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ plugins {
41
41
id ' com.google.protobuf' version ' 0.8.14'
42
42
id ' io.franzbecker.gradle-lombok' version ' 4.0.0' apply false
43
43
id ' com.github.ben-manes.versions' version ' 0.36.0' // gradle dependencyUpdates
44
- id ' com.diffplug.spotless' version ' 5.9 .0'
44
+ id ' com.diffplug.spotless' version ' 5.11 .0'
45
45
}
46
46
47
47
// If you attempt to build without the `--scan` parameter in `gradle 6.0+` it will cause a build error that it can't find
@@ -95,11 +95,20 @@ allprojects {
95
95
}
96
96
format(' misc' ) {
97
97
target(' **/*.gradle' , ' **/*.md' , ' **/*.yml' )
98
+ targetExclude(' **/build/**/*.*' )
98
99
trimTrailingWhitespace()
99
100
endWithNewline()
100
101
}
101
102
}
102
103
104
+ normalization {
105
+ runtimeClasspath {
106
+ metaInf{
107
+ ignoreAttribute(' Build-Time' )
108
+ }
109
+ }
110
+ }
111
+
103
112
// Copy LICENSE
104
113
tasks. withType(Jar ) {
105
114
from(project. rootDir) {
Original file line number Diff line number Diff line change
1
+ org.gradle.caching =true
2
+ org.gradle.parallel =true
3
+ org.gradle.vfs.watch =true
4
+ org.gradle.daemon =true
5
+
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.7.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments