Meituan-Dianping / walle

Android Signature V2 Scheme签名下的新一代渠道包打包神器

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

执行命令gradle assembleReleaseChannels后报错

Andy723 opened this issue · comments

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

  • 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.