Skip to content

Commit

Permalink
set target java
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Jul 29, 2024
1 parent 87cbc86 commit 3860073
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 @@ -14,6 +14,11 @@ plugins {
id("maven-publish")
}

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

dependencies {
// api(Kotlin.stdlib.jdk8)

Expand Down

0 comments on commit 3860073

Please sign in to comment.