Update Jabel + fabric-loader, and loom on Java 16+
This commit is contained in:
parent
570118498b
commit
0edbaa69d0
|
@ -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) {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue