fabric-1.19: move to Loom 0.12-SNAPSHOT

This commit is contained in:
Kosma Moczek 2022-05-19 18:49:55 +02:00
parent a44037bccd
commit 402eb23511

View file

@ -1,5 +1,6 @@
plugins { 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" archivesBaseName = "Dynmap"