znyang / library-analysis

Library Analysis Gradle Plugin
119 stars 24 forks source link

Support Gradle plugin 7 #34

Open Waylon-Firework opened 2 years ago

Waylon-Firework commented 2 years ago

Now it does not support Gradle plugin 7

Waylon-Firework commented 2 years ago
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