Hello, I wanted to upgrade my gradle from 6.8.1 to 7.0.2, and I keep getting the following error for almost all my tasks.
- Type 'se.transmode.gradle.plugins.docker.DockerTask' property 'apiPassword' 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.
I do not understand what actually I am supposed to do. Can someone guide me what the error is telling me to do
Thanks.