Skip to content

Commit

Permalink
✨ 优化依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Dec 25, 2023
1 parent 697118c commit 8387ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ configure(commons) {
targetCompatibility = "$javaVersion"
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
options.compilerArgs << "-parameters" << "-Xlint:unchecked" << "-Xlint:deprecation"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle/version.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
springBootVersion = "3.1.6"
springBootVersion = "3.1.7"
springCloudVersion = "2022.0.4"
micaAutoVersion = "3.1.2"
micaWeiXinVersion = "3.0.0"
Expand Down

0 comments on commit 8387ec5

Please sign in to comment.