mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-11 22:45:38 -04:00
Update to loom 1.5 (#3515)
* Update to loom 1.5 * Continue to use the mixin AP for now. * Bump
This commit is contained in:
parent
6f3c2ac4f4
commit
05ec3fa1a9
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…
Add table
Reference in a new issue