Skip to content

Commit

Permalink
fix(#2): support jdk 11
Browse files Browse the repository at this point in the history
  • Loading branch information
hanrw committed May 1, 2024
1 parent 488932b commit c676c7d
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
Expand Up @@ -24,7 +24,7 @@ gradlePlugin {
}

kotlin {
jvmToolchain(17)
jvmToolchain(11)
}

dependencies {
Expand All @@ -37,7 +37,7 @@ dependencies {
}

group = "com.tddworks"
version = "0.0.2"
version = "0.0.4"
repositories {
mavenCentral()
}
Expand Down

0 comments on commit c676c7d

Please sign in to comment.