Skip to content

Commit

Permalink
Update Fabric Loom to 1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrix-Shen <[email protected]>
  • Loading branch information
Hendrix-Shen committed Dec 23, 2023
1 parent 31c3a7d commit 3cd866d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
plugins {
id("maven-publish")
id("fabric-loom").version("1.3-SNAPSHOT").apply(false)
// https://github.com/Juuxel/loom-vineflower
id("io.github.juuxel.loom-vineflower").version("1.11.0").apply(false)
id("fabric-loom").version("1.4-SNAPSHOT").apply(false)
id("org.ajoberstar.grgit").version("5.2.0")
id("com.replaymod.preprocess").version("SNAPSHOT")
}
Expand Down
1 change: 0 additions & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import org.objectweb.asm.tree.LdcInsnNode

apply(plugin: "maven-publish")
apply(plugin: "fabric-loom")
apply(plugin: "io.github.juuxel.loom-vineflower")
apply(plugin: "com.replaymod.preprocess")

int mcVersion = 1
Expand Down

0 comments on commit 3cd866d

Please sign in to comment.