Skip to content

Commit

Permalink
build: config utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
chivehao committed Jul 3, 2024
1 parent b5e5bbb commit dca6fc7
Show file tree
Hide file tree
Showing 2 changed files with 966 additions and 787 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ ext {
libFile = 'lib/api-0.12.0.jar'
}


tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}

dependencies {
compileOnly "org.springframework:spring-context:$springContext"
Expand Down
Loading

0 comments on commit dca6fc7

Please sign in to comment.