Skip to content

Commit

Permalink
Fixed a bug with how 1.17 was compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksilassila committed Dec 10, 2022
1 parent b1b5014 commit c44733c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v1_17/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
id("maven-publish")
}

java.sourceCompatibility = JavaVersion.VERSION_17
java.targetCompatibility = JavaVersion.VERSION_17
java.sourceCompatibility = JavaVersion.VERSION_16
java.targetCompatibility = JavaVersion.VERSION_16

val archives_base_name: String by project
val minecraft_version: String by project
Expand Down

0 comments on commit c44733c

Please sign in to comment.