Skip to content

Commit

Permalink
loader 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tildejustin committed Jul 18, 2024
1 parent 8e5cd61 commit 790dc28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ processResources {

tasks.withType(JavaCompile).configureEach {
it.options.encoding = "UTF-8"
if (JavaVersion.current().isJava9Compatible()) {
it.options.release.set(8)
}
it.options.release.set(8)
}

java {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
minecraft = "1.16.1"
yarn_mappings = "1.16.1-build.22"
fabric_loader = "0.15.11"
fabric_loader = "0.16.0"
loom = "1.7-SNAPSHOT"
vineflower = "1.10.1"

Expand Down

0 comments on commit 790dc28

Please sign in to comment.