Update to loom 1.5 (#3515)

* Update to loom 1.5

* Continue to use the mixin AP for now.

* Bump

(cherry picked from commit 05ec3fa1a9)
This commit is contained in:
modmuss 2024-01-15 13:40:32 +00:00 committed by modmuss50
parent 85d85a93b5
commit a438717a2c

View file

@ -4,7 +4,7 @@ plugins {
id "idea"
id "maven-publish"
id 'jacoco'
id "fabric-loom" version "1.4.4" apply false
id "fabric-loom" version "1.5.4" apply false
id "com.diffplug.spotless" version "6.20.0"
id "org.ajoberstar.grgit" version "3.1.0"
id "me.modmuss50.remotesign" version "0.4.0" apply false
@ -157,6 +157,9 @@ allprojects {
loom {
splitEnvironmentSourceSets()
mixin {
useLegacyMixinAp = true
}
}
sourceSets {