resource plugin error when upgrading from grails 2.3.8 2.4

前端 未结 3 629
鱼传尺愫
鱼传尺愫 2021-01-13 04:57

Im following the docs trying to upgrade my project from 2.3.8 to 2.4, but I am encountering these error(s)

localhost-startStop-1] ERROR resource.ResourceProc         


        
3条回答
  •  隐瞒了意图╮
    2021-01-13 04:57

    As it says in documentation no longer you need to use resource plugin:

    As of Grails 2.4 the resources plugin has been replaced with the asset-pipeline
    

    now you could use asset plugin instead. use this link and you can easily upgrade your resources from 2.3.8 to 2.4.

提交回复
热议问题