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 4e41f1778b
commit f80bb89d96
1 changed files with 2 additions and 1 deletions

View File

@ -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"