Skip to content

Commit

Permalink
Update buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Mar 19, 2023
1 parent d7725b5 commit 63f7dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import java.time.Year

plugins {
id 'io.github.ladysnake.chenille' version '0.8.0'
id 'fabric-loom' version "1.0.+"
id 'io.github.ladysnake.chenille' version '0.10.1'
id 'io.github.juuxel.loom-quiltflower' version "1.8.0"
}

Expand All @@ -11,7 +10,7 @@ version = project.mod_version

chenille {
configurePublishing {
mainArtifact = remapJar.archivePath
mainArtifact = remapJar.archiveFile
withArtifactory()
withCurseforgeRelease()
withModrinthRelease()
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"fabricloader": ">=0.11.3",
"fabric-api-base": "*",
"fabric-resource-loader-v0": "*",
"fabric-rendering-v1": ">=2.1.0",
"minecraft": ">=1.19.3",
"java": ">=16"
},
Expand Down

0 comments on commit 63f7dde

Please sign in to comment.