Skip to content

Commit

Permalink
strict kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Jan 2, 2025
1 parent 97c407e commit 34cb1f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id "dev.architectury.loom" version "1.3.355" apply false
id 'io.github.juuxel.loom-vineflower' version '1.11.0' apply false
// Kotlin
id "org.jetbrains.kotlin.jvm" version "2.1.0" apply false
id "org.jetbrains.kotlin.jvm" version "2.1.0"
id 'com.matthewprenger.cursegradle' version '1.4.0' apply false
id "com.modrinth.minotaur" version "2.4.3" apply false
}
Expand Down Expand Up @@ -209,6 +209,9 @@ allprojects {
options.encoding = "UTF-8"

options.release = 17
kotlin {
jvmToolchain(17)
}
}

java {
Expand Down

0 comments on commit 34cb1f5

Please sign in to comment.