Skip to content

Commit

Permalink
Update release.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
doctor4t committed Jun 18, 2021
1 parent 72a24ad commit 6aa22d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release.gradle
Expand Up @@ -105,3 +105,8 @@ curseforge {
}

tasks.curseforge.dependsOn(checkGitStatus)

task release(dependsOn: [tasks.publish, tasks.githubRelease, tasks.curseforge]) {
group = 'publishing'
description = 'Releases a new version to Github and Curseforge'
}

0 comments on commit 6aa22d5

Please sign in to comment.