bytedance/AabResGuard

[Gradle issue]

bumptechlab opened this issue · 1 comments

AabResGuard 0.1.8 在AGP 7.2.0上运行报错是什么问题啊?

是AabResGuardTask的aabResGuard字段要加入annotation吗?

Some problems were found with the configuration of task ':app:aabresguardGooglePlayFirebaseRelease' (type 'AabResGuardTask').

  • In plugin 'com.bytedance.android.aabResGuard' type 'com.bytedance.android.plugin.tasks.AabResGuardTask' property 'aabResGuard' 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.3.3/userguide/validation_problems.html#missing_annotation for more details about this problem.

  • In plugin 'com.bytedance.android.aabResGuard' type 'com.bytedance.android.plugin.tasks.AabResGuardTask' property 'obfuscatedBundlePath' 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.3.3/userguide/validation_problems.html#missing_annotation for more details about this problem.

  • In plugin 'com.bytedance.android.aabResGuard' type 'com.bytedance.android.plugin.tasks.AabResGuardTask' property 'signingConfig' 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.3.3/userguide/validation_problems.html#missing_annotation for more details about this problem.

??