Skip to content

Commit

Permalink
feat: downgraded java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianEstrada committed Dec 17, 2024
1 parent abac513 commit 0e7964c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sourceSets {
}

kotlin {
jvmToolchain(21)
jvmToolchain(17)
}

ktlint {
Expand Down

0 comments on commit 0e7964c

Please # to comment.