summary refs log tree commit diff stats
path: root/build.gradle
diff options
context:
space:
mode:
authorasie <kontakt@asie.pl>2019-04-23 21:06:39 +0200
committerasie <kontakt@asie.pl>2019-04-23 21:06:39 +0200
commit76a554fbb7138ad944adca8108bf79ac942cef8a (patch)
tree7731996dbd0569e12aaa17fa4233c7059c24ed15 /build.gradle
parent4b9097bcf1cd255725e7e9fde410629c8deaab17 (diff)
Minecraft 1.14, Loom 0.2.2
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 4 insertions, 1 deletions
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 {