Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Dec 31, 2023
1 parent aa3505f commit 6f82f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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.4-SNAPSHOT'
id 'io.github.ladysnake.chenille' version '0.11.3'
id 'io.github.juuxel.loom-quiltflower' version "1.6.0"
}

Expand All @@ -12,7 +11,7 @@ version = project.mod_version
chenille {
configurePublishing {
mainArtifact = remapJar.archivePath
withArtifactory()
withLadysnakeMaven()
withCurseforgeRelease()
withModrinthRelease()
withGithubRelease()
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 6f82f26

Please sign in to comment.