mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Use correct encoding for compilation
This commit is contained in:
parent
ee9a3a2fa8
commit
1048601f3d
@ -30,4 +30,8 @@ subprojects {
|
||||
plugins.withType(JavaPlugin) {
|
||||
project.sourceCompatibility='1.8'
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = "latin1"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user