Skip to content

Commit

Permalink
Merge pull request #162 from WindowThePast/master
Browse files Browse the repository at this point in the history
Fix wrong jvmToolchain on cirno-serializable
  • Loading branch information
WinG4merBR authored Jan 3, 2025
2 parents 668528e + e8a3d98 commit 7c62291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirno-serializable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ tasks.test {
useJUnitPlatform()
}
kotlin {
jvmToolchain(17)
jvmToolchain(Versions.JVM_TARGET)
}

0 comments on commit 7c62291

Please sign in to comment.