Skip to content

Commit

Permalink
升级 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qmdx committed Sep 6, 2024
1 parent 220b5c7 commit 1c0512a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

tasks.withType(JavaCompile).configureEach {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:-serial"
options.encoding = 'UTF-8'
options.warnings = false
options.deprecation = true
Expand Down

0 comments on commit 1c0512a

Please sign in to comment.