gradle-archetype-plugin icon indicating copy to clipboard operation
gradle-archetype-plugin copied to clipboard

Deprecation Warnings from Gradle 6.0.1

Open crgardner opened this issue 5 years ago • 0 comments

When I run the plugin with Gradle 6.0.1 (./gradlew --warnings-mode all cleanArchetype), I receive the following warning:

Task :cleanArchetype Property 'description' is not annotated with an input or output annotation. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0. Property 'group' is not annotated with an input or output annotation. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.

crgardner avatar Nov 30 '19 12:11 crgardner