From 0edbaa69d0692bd607056ed89c696459b6aa06fe Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Wed, 23 Jun 2021 13:06:52 +0200 Subject: [PATCH] Update Jabel + fabric-loader, and loom on Java 16+ --- build.gradle.kts | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 69a85e0..a19c96c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ plugins { id("architectury-plugin") version "[3.0.100, 3.3[" id("dev.architectury.loom") version ( if (JavaVersion.current() >= JavaVersion.VERSION_16) - "0.8.0.+" + "[0.8.0.130, 0.10.0[" else "[0.7.2.110, 0.8.0[" ) apply false id("com.github.ben-manes.versions") version "0.39.0" @@ -175,7 +175,7 @@ allprojects { dependencies { implementation(kotlin("stdlib-jdk8", kotlinVer)) implementation(kotlin("reflect", kotlinVer)) - annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:0.4.0") + annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:0.4.1") } tasks { withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile::class) { diff --git a/gradle.properties b/gradle.properties index 545b97f..9115efd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ kotlinforforge=1.12.1 kotlinVer=1.5.10 kotlin_coroutines_version=1.5.0 serializationVer=1.2.1 -fabric_loader_version=0.11.3 +fabric_loader_version=0.11.6 fabric_language_kotlin=1.6.1+kotlin.1.5.10 fabric_resource_loader_version=0.2.5+059ea8667c fabric_rendering_api_version=1.1.2+346247d77c