Skip to content

Commit

Permalink
fix build on java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNavaStar committed Aug 14, 2024
1 parent c316da9 commit eb53dae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {

tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
options.release = 8
}

publishing {
Expand Down

0 comments on commit eb53dae

Please sign in to comment.