Skip to content

Commit

Permalink
fix publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
MarbleGateKeeper committed Oct 22, 2023
1 parent 41b6d88 commit 584ef1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,12 @@ void removeRedundant(jarTask){
}

publishMods {
file = tasks.jarJar.archiveFile
file = tasks.jar.archiveFile
changelog = new File("changelog/${mod_version}.md").text
version = mod_version
type = STABLE
displayName = "CEI ${mod_version} for Create ${minecraft_version}-${create_version}"
modLoaders.add("forge")
modLoaders.add("neoforge")

curseforge {
projectId = "688768"
Expand Down

0 comments on commit 584ef1c

Please sign in to comment.