Skip to content

Commit

Permalink
revert for core
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Aug 29, 2024
1 parent d875c46 commit 758c4e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ if (GradleVersion.current().compareTo(gradleVersionTargetJVM) > 0) {
}
}

sourceCompatibility = 8
targetCompatibility = 8
compileJava.options.encoding = 'UTF-8'
compileTestJava.options.encoding = 'UTF-8'
javadoc.options.encoding = 'UTF-8'
Expand Down

0 comments on commit 758c4e9

Please sign in to comment.