Skip to content

Commit

Permalink
Merge branch '1.21.3-neoforge' into 1.21-neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 15, 2024
2 parents e344670 + 7d9fbae commit a76cab0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,6 @@ publishMods {
def versionString = project.version as String
def ghVersion = "v" + versionString.substring(0, versionString.indexOf("-MC"))
def changelogUrl = "https://www.wimods.net/chestesp/chestesp-1-2/"
def archivesName = project.base.archivesName.get() as String
additionalFiles.from(
file("${project.buildDir}/libs/${archivesName}-${versionString}-sources.jar"),
)
type = ghVersion.contains("pre") ? BETA : STABLE
modLoaders.add("neoforge")

Expand Down

0 comments on commit a76cab0

Please sign in to comment.