Skip to content

Commit

Permalink
Fix gradle error due to outdated chenille
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Mar 18, 2024
1 parent dd571e0 commit 57af5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import net.fabricmc.loom.task.RemapJarTask

plugins {
id 'fabric-loom' version "1.4.+"
id 'io.github.ladysnake.chenille' version '0.11.3'
id 'io.github.ladysnake.chenille' version '0.12.0'
id 'io.github.juuxel.loom-quiltflower' version "1.6.0"
}

Expand Down

0 comments on commit 57af5b5

Please sign in to comment.