Skip to content
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

Not compatible with Gradle 7.0, throws warnings in Gradle 6.0.1 #307

Open
nedtwigg opened this issue Jan 11, 2020 · 4 comments
Open

Not compatible with Gradle 7.0, throws warnings in Gradle 6.0.1 #307

nedtwigg opened this issue Jan 11, 2020 · 4 comments

Comments

@nedtwigg
Copy link

When running on Gradle 6.0.1, I get these warnings:

> Task :bintrayUpload
Property 'dryRun' has redundant getters: 'getDryRun()' and 'isDryRun()'. This behaviour has been deprecated and is scheduled to be removed in Grad
le 7.0.
Property 'override' has redundant getters: 'getOverride()' and 'isOverride()'. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property 'packagePublicDownloadNumbers' has redundant getters: 'getPackagePublicDownloadNumbers()' and 'isPackagePublicDownloadNumbers()'. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property 'publish' has redundant getters: 'getPublish()' and 'isPublish()'. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property 'signVersion' has redundant getters: 'getSignVersion()' and 'isSignVersion()'. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property 'syncToMavenCentral' has redundant getters: 'getSyncToMavenCentral()' and 'isSyncToMavenCentral()'. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property 'cachedRepositories' 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 'configurationUploads' 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 'fileUploads' 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 'httpBuilder' 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 'packagePath' 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 'packagePublicDownloadNumbers' @Input properties with primitive type 'boolean' cannot be @Optional. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property 'publicationUploads' 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 'repositories' 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 'signVersion' @Input properties with primitive type 'boolean' cannot be @Optional. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
Property 'subject' 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 'syncToMavenCentral' @Input properties with primitive type 'boolean' cannot be @Optional. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0.
@romeara
Copy link

romeara commented Jun 4, 2020

I am also seeing these exact warning outputs in Gradle 6.3, when using plug-in version 1.8.5 (latest at time of writing)

@nedtwigg
Copy link
Author

nedtwigg commented Sep 8, 2020

As of early September, it looks like Gradle 6.7 will be released pretty soon, then 6.8, and possibly 7.0 after that. The warning is quite loud in recent versions of Gradle.

@nedtwigg
Copy link
Author

6.8-rc-1 is published, and 7.0 has merged quite a few features and removals already. Is this plugin abandoned?

@z3ntu
Copy link

z3ntu commented Apr 15, 2021

7.0 is out and the plugin doesn't work anymore.

  - Type 'BintrayUploadTask' property 'cachedRepositories' 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.0/userguide/validation_problems.html#missing_annotation for more details about this problem.
  - Type 'BintrayUploadTask' property 'configurationUploads' 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.0/userguide/validation_problems.html#missing_annotation for more details about this problem.
  - Type 'BintrayUploadTask' property 'fileUploads' 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.0/userguide/validation_problems.html#missing_annotation for more details about this problem.
  - Type 'BintrayUploadTask' property 'httpBuilder' 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.0/userguide/validation_problems.html#missing_annotation for more details about this problem.
  - Type 'BintrayUploadTask' property 'packagePath' 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.0/userguide/validation_problems.html#missing_annotation for more details about this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants