mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-24 16:48:02 -05:00
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:
parent
85d85a93b5
commit
a438717a2c
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue