mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Add UTF-8 encoding to build.gradle in BuildSrc/. (#52674)
This commit is contained in:
parent
3ffd34617f
commit
59638bc405
@ -78,6 +78,9 @@ configurations {
|
||||
compileMinimumRuntimeJava {
|
||||
targetCompatibility = 8
|
||||
sourceCompatibility = 8
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
}
|
||||
|
||||
jar {
|
||||
|
Loading…
x
Reference in New Issue
Block a user