Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Commit

Permalink
Correctly specify github release task
Browse files Browse the repository at this point in the history
  • Loading branch information
amlcurran committed Feb 10, 2016
1 parent cf9a6f4 commit 9e23ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commitRelease.doLast {
}
}

task createGithubRelease(type: Exec) << {
task createGithubRelease(type: Exec) {
def jsonData = JsonOutput.toJson([
tag_name: "v$versionName",
name : "v$versionName",
Expand Down

0 comments on commit 9e23ab3

Please sign in to comment.