How to run jetty 7+ with specified war with groovy/gradle?

后端 未结 4 780
清酒与你
清酒与你 2020-12-17 21:17

I want to run Jetty 7+ with gradle build, but unlucky looks like there is no way to do this with jettyRun. So probably simplest idea to achieve what I want would be to use c

4条回答
  •  天命终不由人
    2020-12-17 21:40

    There is a jetty-eclipse-plugin that allows you to run newer versions of jetty https://github.com/Khoulaiz/gradle-jetty-eclipse-plugin

提交回复
热议问题