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

执行命令gradle assembleReleaseChannels后报错 #337

Open
Andy723 opened this issue Aug 10, 2020 · 1 comment
Open

执行命令gradle assembleReleaseChannels后报错 #337

Andy723 opened this issue Aug 10, 2020 · 1 comment

Comments

@Andy723
Copy link

Andy723 commented Aug 10, 2020

w: -Xcoroutines has no effect: coroutines are enabled anyway in 1.3 and beyond
e: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException

@andzhangs
Copy link

  • What went wrong:
    Some problems were found with the configuration of task ':app:assembleReleaseChannels' (type 'ChannelMaker').
    • In plugin 'walle' type 'com.meituan.android.walle.ChannelMaker' field 'targetProject' without corresponding getter has been annotated with @input.

      Reason: Annotations on fields are only used if there's a corresponding getter for the field.

      Possible solutions:

      1. Add a getter for field 'targetProject'.
      2. Remove the annotations on 'targetProject'.

      Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#ignored_annotations_on_field 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

2 participants