github-release-gradle-plugin
github-release-gradle-plugin copied to clipboard
Release, publish wiki, github pages and github release from Gradle
Just a few whitespace and typo fixes `Github` -> `GitHub` `plguin` -> `plugin`
It will be nice to be able upload build to GitHub release
Github disabled `/releases` endpoint. So we have to wait for official api to do this. -vova
Looks like GradleBuild was changed in gradle 1.8, so now ReleaseTask doesn't compile as there's no longer a default constructor, it needs to call the updated constructor on GradleBuild.