Update to loom 1.5 ()

* Update to loom 1.5

* Continue to use the mixin AP for now.

* Bump
This commit is contained in:
modmuss 2024-01-15 13:40:32 +00:00 committed by GitHub
parent 6f3c2ac4f4
commit 05ec3fa1a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {