Switch plugin application order on fabric module
Fixes natives download on macOS by allowing loom to put mojang's repo first
This commit is contained in:
parent
1e2b7f8b8a
commit
21aa30eab7
1 changed files with 1 additions and 1 deletions
|
|
@ -2,8 +2,8 @@ import net.fabricmc.loom.task.AbstractRunTask
|
||||||
import net.ltgt.gradle.errorprone.errorprone
|
import net.ltgt.gradle.errorprone.errorprone
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("cloud.base-conventions")
|
|
||||||
id("quiet-fabric-loom") version "0.11-SNAPSHOT"
|
id("quiet-fabric-loom") version "0.11-SNAPSHOT"
|
||||||
|
id("cloud.base-conventions")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue