Skip to content

Commit

Permalink
set compatibility to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilRoot committed Mar 22, 2021
1 parent d52b9b8 commit d8d74a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,9 @@ publishing {

tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "1.8"
}

tasks.withType<JavaCompile> {
sourceCompatibility = "1.8"
targetCompatibility = "1.8"
}

0 comments on commit d8d74a1

Please sign in to comment.