When I run Nebula Release Plugin 20.0.2 in our build with Gradle 7.6.4 I get the build error:
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':prepare' (type 'PrepareTask').
- In plugin 'nebula.plugin.release.git.base.BaseReleasePlugin' type 'nebula.plugin.release.git.base.PrepareTask' property 'gitService' is missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Possible solutions:
1. Add an input or output annotation.
2. Mark it as @Internal.
Please refer to https://docs.gradle.org/7.6.4/userguide/validation_problems.html#missing_annotation for more details about this problem.
That worked before with the version 19.0.10 of your plugin.
When I run Nebula Release Plugin
20.0.2in our build with Gradle7.6.4I get the build error:That worked before with the version
19.0.10of your plugin.