@@ -17,10 +17,10 @@ buildscript {
17
17
guavaVersion = ' 31.1-jre'
18
18
// https://github.com/protocolbuffers/protobuf/releases
19
19
protobufVersion = ' 3.21.9'
20
- protobufGradlePluginVersion = ' 0.8.19 '
20
+ protobufGradlePluginVersion = ' 0.9.1 '
21
21
22
22
// https://github.com/spring-projects/spring-boot/releases
23
- springBootVersion = ' 2.6.11 '
23
+ springBootVersion = ' 2.6.13 '
24
24
// https://github.com/spring-cloud/spring-cloud-release/releases
25
25
springCloudVersion = ' 2021.0.5'
26
26
// https://github.com/alibaba/spring-cloud-alibaba/releases
@@ -59,8 +59,8 @@ if (hasProperty('buildScan')) {
59
59
// you may use IntelliJ's project configuration to make it use the gradle version defined in the gradle script's wrapper section
60
60
wrapper {
61
61
// Update using:
62
- // ./gradlew wrapper --gradle-version=7.4.2 --distribution-type=bin
63
- gradleVersion = ' 7.4.2 '
62
+ // ./gradlew wrapper --gradle-version=7.5.1 --distribution-type=bin
63
+ gradleVersion = ' 7.5.1 '
64
64
}
65
65
66
66
def buildTimeAndDate = OffsetDateTime . now()
@@ -104,6 +104,7 @@ allprojects {
104
104
105
105
spotless {
106
106
java {
107
+ target(' src/main/**/*.java' , ' src/test/**/*.java' )
107
108
licenseHeaderFile rootProject. file(' extra/spotless/mit-license.java' )
108
109
removeUnusedImports()
109
110
importOrderFile rootProject. file(' extra/eclipse/eclipse.importorder' )
0 commit comments