Skip to content

Commit

Permalink
Fixed build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Atakku committed Feb 8, 2022
1 parent 881d23e commit a5b3b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ subprojects {
// Publish to curseforge
import net.darkhax.curseforgegradle.TaskPublishCurseForge;
subprojects {
task publishCurseForge(type: TaskPublishCurseForge, dependsOn: remapJar) {
task curseforge(type: TaskPublishCurseForge, dependsOn: remapJar) {
onlyIf {
ENV.CURSEFORGE_API_KEY && project.hasProperty("curseforge_id")
}
Expand Down Expand Up @@ -270,7 +270,7 @@ subprojects {
// Temporarily remove as it doesn't work yet
publish.mustRunAfter checkVersion
modrinth.mustRunAfter checkVersion
project.tasks.curseforge.mustRunAfter checkVersion
curseforge.mustRunAfter checkVersion
github.mustRunAfter checkVersion
}

Expand Down

0 comments on commit a5b3b16

Please sign in to comment.