Skip to content

Commit

Permalink
[Build] Fix arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Oct 14, 2024
1 parent 52448b8 commit b03cc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ tasks.withType<BootBuildImage> {
"BP_JVM_CDS_ENABLED" to "true",
"BP_JVM_VERSION" to "23",
"JAVA_TOOL_OPTIONS" to """
--Dsun.jnu.encoding=UTF-8
-Dsun.jnu.encoding=UTF-8
-Dfile.encoding=UTF-8
""".trimIndent(),
"BP_NATIVE_IMAGE_BUILD_ARGUMENTS" to """
Expand Down

0 comments on commit b03cc5d

Please sign in to comment.