Skip to content

Commit

Permalink
build: Try with UTF-8 argLine
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Jun 26, 2024
1 parent d69871b commit a5a62ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
<kotlin.compiler.apiVersion>2.0</kotlin.compiler.apiVersion>
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
<argLine>-Dfile.encoding=UTF8</argLine>
</properties>

<dependencies>
Expand Down

0 comments on commit a5a62ae

Please sign in to comment.