You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have same issue. I cannot find how to fix it in the build.gradle file, so get impression it would require new release of this plugin were necessary annotations would be added (or simply make them all @internal )
Took me a week to pay attention enough to notice, but this has been blocking my automatic releases. Here's the relevant part of the build error logs.
`Some problems were found with the configuration of task ':updateGithubRelease' (type 'UpdateGithubRelease').
Type 'UpdateGithubRelease' property 'changeLog' is missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Possible solutions:
Please refer to https://docs.gradle.org/7.0/userguide/validation_problems.html#missing_annotation for more details about this problem.
Type 'UpdateGithubRelease' property 'repo' is missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Possible solutions:
Please refer to https://docs.gradle.org/7.0/userguide/validation_problems.html#missing_annotation for more details about this problem.
Type 'UpdateGithubRelease' property 'tagName' is missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Possible solutions:
Please refer to https://docs.gradle.org/7.0/userguide/validation_problems.html#missing_annotation for more details about this problem.
`
The text was updated successfully, but these errors were encountered: