Cannot package Grails 3 application - NoSuchMethodError

前端 未结 1 505
滥情空心
滥情空心 2021-01-06 15:49

I\'m trying to package my Grails 3.1.5 application.

Running grails package (or grails war) results in the following:

FAILU         


        
相关标签:
1条回答
  • 2021-01-06 16:31

    I have worked around this by using:

    ./gradlew clean assemble
    

    This produces a WAR in ./build/libs/.

    It's possible this is caused by a bug on in Grails, as discussed here.

    0 讨论(0)
提交回复
热议问题