Update loader, halplibe, loom, gradle.

nightly
MartinSVK12 3 months ago
parent bd40efd88d
commit f423a62e7f

@ -1,5 +1,5 @@
plugins {
id 'babric-loom' version '1.1.+'
id 'babric-loom' version '1.4.+'
id 'java'
}
@ -85,14 +85,12 @@ dependencies {
// If you do not need Halplibe you can comment this line out or delete this line
modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}"
include(implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:0.2.0-beta.9")))
modImplementation "ModMenu:ModMenu:2.0.3"
implementation "org.slf4j:slf4j-api:1.8.0-beta4"
implementation "org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0"
implementation 'com.google.guava:guava:30.0-jre'
implementation 'com.google.guava:guava:33.0.0-jre'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
var log4jVersion = "2.20.0"
implementation("org.apache.logging.log4j:log4j-core:${log4jVersion}")

@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx2G
bta_version=7.1-pre1a
# Loader
loader_version=0.14.19-babric.3-bta
loader_version=0.15.6-babric.4-bta
# HalpLibe
halplibe_version=3.4.1

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

Loading…
Cancel
Save