BreadMoirai / github-release-gradle-plugin

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

Remove `.set` from README.md usage example #54

Closed soundasleep closed 2 years ago

soundasleep commented 2 years ago

In the latest release trying to use owner.set (for example) results in

No signature of method: ...githubRelease() is applicable for argument types: ...

From the wiki, it looks like x.set "value" is no longer the syntax; it is instead x "value" or x { value }