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

Gradle 6.x warnings

Open ysb33r opened this issue 5 years ago • 2 comments
trafficstars

Lots of warnings when run with Gradle 6.x releases. Here are some examples

Property 'acl' 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 'bucketName' 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 'metadataProvider' 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 'prefix' 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 'source' 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 'storageClass' 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 'threads' 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 'delete' is not annotated with an input or output annotation. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.

Any properties and getters on tasks that are not inputs or outputs whould be annotated @Internal to avoid this warning.

ysb33r avatar Jan 22 '20 12:01 ysb33r

Just FYI, gradle 6.3 was just released. I believe the gradle schedule is 6.4, 6.5, then 7.0. So it's probably just a few months until this becomes a bit more urgent.

nedtwigg avatar Mar 27 '20 00:03 nedtwigg

Gradle 7.0 is already out and latest version of the plugin doesn't work because of aforementioned issues.

abhinayagarwal avatar Jul 16 '21 03:07 abhinayagarwal