Skip to content

Commit

Permalink
Source compatibility with Java 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
olshevski committed Sep 15, 2022
1 parent 6d7a561 commit 48ed180
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 @@ -7,6 +7,11 @@ plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

tasks.test {
useJUnitPlatform()
}
Expand Down

0 comments on commit 48ed180

Please sign in to comment.