github-release-gradle-plugin
github-release-gradle-plugin copied to clipboard
Doesn't work with gradle 1.8 or above
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.
Thank you @trishagee. I'll check this in couple of days.
I'm running into this issue as well. is this project still being maintained? @evanchooly has a fork with some pretty recent commits.