Skip to content

Commit

Permalink
Use jdkVersion 8
Browse files Browse the repository at this point in the history
  • Loading branch information
RowDaBoat committed Feb 20, 2024
1 parent 2f5cf55 commit 9ca08e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.plugin.KotlinTargetHierarchy.SourceSetTree.Companion.test

plugins {
kotlin("jvm") version "1.9.0"
kotlin("jvm") version "1.9.22"
id("maven-publish")
`maven-publish`
}
Expand All @@ -27,7 +27,7 @@ tasks.named<Test>("test") {
}

kotlin {
jvmToolchain(11)
jvmToolchain(8)
}

publishing {
Expand Down

0 comments on commit 9ca08e5

Please sign in to comment.