Skip to content

Commit

Permalink
Stick to the bundled version of minecraft
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkmar committed Apr 10, 2021
1 parent eec5712 commit 3ed18b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/java-version-script.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
kotlin("jvm")
}

val jvmVersion = JavaVersion.VERSION_11
val jvmVersionString = "11"
val jvmVersion = JavaVersion.VERSION_1_8
val jvmVersionString = "1.8"

java {
sourceCompatibility = jvmVersion
Expand Down

0 comments on commit 3ed18b7

Please sign in to comment.