-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle 7 - Missing Annotation DockerTask #160
Comments
If you need Gradle 7 I had to make a version for myself, so feel free to try it. https://plugins.gradle.org/plugin/com.github.kxalex/1.4.1 I'd appreciate feedback as I made changes for my project only, but glad to make proper support. |
I am facing this issue after upgrading Gradle version. Any update on this? or a workaround would be appreciated |
@dushshantha I checked it but I noticed you set |
I am facing this issue after upgrading Gradle 7.5 version. Any update on this? or a workaround would be appreciated, I have tried all version and made all changes but not work out, Please post here how to resolve this issue. Thanks |
The Gradle tasks provided by this plugin must have all their outputs & inputs annotated in order to be compatible with Gradle 7.
The text was updated successfully, but these errors were encountered: