diff --git a/build.gradle b/build.gradle index 63cc9a18..1a59441a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,9 @@ import org.apache.tools.ant.filters.ReplaceTokens plugins { - id 'com.gradleup.shadow' version '8.3.3' + id 'com.gradleup.shadow' version '8.3.5' id 'org.cadixdev.licenser' version '0.6.1' apply false - id 'fabric-loom' version '1.7-SNAPSHOT' apply false + id 'fabric-loom' version "$fabric_loom_version" apply false id 'org.ajoberstar.grgit' version '5.3.0' id 'maven-publish' id 'java' diff --git a/gradle.properties b/gradle.properties index 2eefe5e1..eea9eccb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,6 +22,7 @@ bukkit_spigot_api=1.21.1-R0.1-SNAPSHOT bukkit_paper_api=1.21.1-R0.1-SNAPSHOT # Fabric build settings +fabric_loom_version=1.7-SNAPSHOT fabric_loader_version=0.16.9 fabric_yarn_mappings=1.21.1+build.3 fabric_api_version=0.107.0+1.21.1