From e638555d3097e0bfb265e86d8306fb032ba42702 Mon Sep 17 00:00:00 2001 From: asie Date: Tue, 23 Apr 2019 21:06:39 +0200 Subject: Minecraft 1.14, Loom 0.2.2 --- build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index edb04ef..f7c0c66 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.2.1-SNAPSHOT' + id 'fabric-loom' version '0.2.2-SNAPSHOT' id 'maven-publish' } @@ -21,6 +21,9 @@ dependencies { // Fabric API. This is technically optional, but you probably want it anyway. modCompile "net.fabricmc:fabric:${project.fabric_version}" + + // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. + // You may need to force-disable transitiveness on them. } processResources { -- cgit v1.2.3