diff --git a/fabric-1.19/build.gradle b/fabric-1.19/build.gradle index 570efaf4..5d6eea4a 100644 --- a/fabric-1.19/build.gradle +++ b/fabric-1.19/build.gradle @@ -1,5 +1,6 @@ plugins { - id 'fabric-loom' version '0.11-SNAPSHOT' + // TODO: switch to a stable Loom release once 1.19 lands + id 'fabric-loom' version '0.12-SNAPSHOT' } archivesBaseName = "Dynmap"