Skip to content

Commit d95bbfc

Browse files
committed
set file.encoding UTF-8
1 parent 55467ce commit d95bbfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fireblocks-application/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jib {
6363
"LOGGING_CONFIG" to "/app/resources/logback.xml"
6464
)
6565
jvmFlags = listOf(
66+
"-Dfile.encoding=UTF-8",
6667
"-Djava.security.egd=file:/dev/./urandom",
6768
"--add-opens=java.base/sun.security.pkcs10=ALL-UNNAMED",
6869
"--add-opens=java.base/sun.security.x509=ALL-UNNAMED",

0 commit comments

Comments
 (0)