Skip to content

Commit

Permalink
added source and target compatibility for java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed Jul 11, 2022
1 parent 77b17c1 commit 3a5e381
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
sourceCompatibility = 8
targetCompatibility = 8
options.encoding = 'UTF-8'
}

repositories {
Expand Down

0 comments on commit 3a5e381

Please sign in to comment.