Skip to content

Commit dca6fc7

Browse files
author
chivehao
committed
build: config utf-8
1 parent b5e5bbb commit dca6fc7

2 files changed

Lines changed: 966 additions & 787 deletions

File tree

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ ext {
1717
libFile = 'lib/api-0.12.0.jar'
1818
}
1919

20-
20+
tasks.withType(JavaCompile) {
21+
options.encoding = "UTF-8"
22+
}
2123

2224
dependencies {
2325
compileOnly "org.springframework:spring-context:$springContext"

0 commit comments

Comments
 (0)