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

Commit 9e23ab3

Browse files
committed
Correctly specify github release task
1 parent cf9a6f4 commit 9e23ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commitRelease.doLast {
1717
}
1818
}
1919

20-
task createGithubRelease(type: Exec) << {
20+
task createGithubRelease(type: Exec) {
2121
def jsonData = JsonOutput.toJson([
2222
tag_name: "v$versionName",
2323
name : "v$versionName",

0 commit comments

Comments
 (0)