Skip to content

Commit

Permalink
Fix compiling issues for me
Browse files Browse the repository at this point in the history
  • Loading branch information
iiAhmedYT committed Jan 9, 2024
1 parent 69b453f commit a8a07f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ publishing {
}
}

tasks.withType<JavaCompile>().configureEach {
options.encoding = "UTF-8"
}

tasks {
build {
dependsOn(test)
Expand Down

0 comments on commit a8a07f5

Please sign in to comment.