BreadMoirai / github-release-gradle-plugin

A Gradle Plugin to send Releases to Github
Apache License 2.0
108 stars 26 forks source link

Defer the creation of githubRelease task #53

Closed kyhule closed 11 months ago

kyhule commented 2 years ago

I was poking around the code and noticed that the plugin is still using the create api to create the githubRelease task. Have you considered deferring task creation with the register api?

https://github.com/BreadMoirai/github-release-gradle-plugin/blob/4b33e9d61b09ca41e9d5dbb49a356e36d47e1b38/src/main/groovy/com/github/breadmoirai/githubreleaseplugin/GithubReleasePlugin.groovy#L37

BreadMoirai commented 11 months ago

Merged #60