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

Support Gradle plugin 7 #34

Open
Waylon-Firework opened this issue Feb 9, 2022 · 1 comment
Open

Support Gradle plugin 7 #34

Waylon-Firework opened this issue Feb 9, 2022 · 1 comment

Comments

@Waylon-Firework
Copy link

Now it does not support Gradle plugin 7

@Waylon-Firework
Copy link
Author

FAILURE: Build failed with an exception.

* What went wrong:
Some problems were found with the configuration of task ':app:libReportReleaseRuntimeClasspath' (type 'DependencyTreeReportTask').
  - In plugin 'com.zen.lib.analysis' type 'com.zen.plugin.lib.analysis.task.DependencyTreeReportTask' property 'configuration' 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.2/userguide/validation_problems.html#missing_annotation for more details about this problem.
  - In plugin 'com.zen.lib.analysis' type 'com.zen.plugin.lib.analysis.task.DependencyTreeReportTask' property 'extension' 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.2/userguide/validation_problems.html#missing_annotation for more details about this problem.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 20s

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup.
Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081
version tag missing: git tag android-1.0.0;git push origin android-1.0.0

FAILURE: Build failed with an exception.

* What went wrong:
Some problems were found with the configuration of task ':app:libReportReleaseRuntimeClasspath' (type 'DependencyTreeReportTask').
  - In plugin 'com.zen.lib.analysis' type 'com.zen.plugin.lib.analysis.task.DependencyTreeReportTask' property 'configuration' 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.2/userguide/validation_problems.html#missing_annotation for more details about this problem.
  - In plugin 'com.zen.lib.analysis' type 'com.zen.plugin.lib.analysis.task.DependencyTreeReportTask' property 'extension' 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.2/userguide/validation_problems.html#missing_annotation for more details about this problem.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 20s

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

1 participant