GWT Compilation Error - IncompatibleClassChangeError

前端 未结 8 2523
暗喜
暗喜 2021-02-14 10:07

When compiling the project, I get this obscure Exception

Looking for precompiled archives.  To disable, use -Dgwt.usearchives=false
Loading archived module: jar:         


        
8条回答
  •  孤街浪徒
    2021-02-14 10:13

    In my case I had to exclude an asm artefact coming from a hibernate validator library so you should be fine excluding any asm artefact in your maven configs for your gwt module.

提交回复
热议问题