Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
shuigedeng committed Aug 15, 2024
1 parent 6bc5bef commit 3b843da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {

springBootVersion = "3.3.2"
querydslAptVersion = "5.1.0"
mapstructProcessorVersion = "1.6.0.Beta2"
mapstructProcessorVersion = "1.6.0"
lombokMapstructBindingVersion = "0.2.0"
lombokVersion = "1.18.34"
recordBuilderVersion = "42"
Expand Down Expand Up @@ -90,7 +90,7 @@ buildscript {
classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.19"

//https://github.com/spring-io/spring-javaformat/
classpath "io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.42"
classpath "io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.43"

//代码混淆工具
//https://github.com/Guardsquare/proguard
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
1 change: 1 addition & 0 deletions taotao-cloud-sys-assembly/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ configurations {
exclude group: "io.zipkin.brave", module: "brave"
exclude group: "io.zipkin.reporter2", module: "zipkin-reporter-brave"
exclude group: "io.micrometer", module: "micrometer-tracing-bridge-brave"
exclude group: "com.alibaba.nacos", module: "logback-adapter"
}
}

0 comments on commit 3b843da

Please sign in to comment.