gradle: copy war to tomcat directory

前端 未结 9 1361
情话喂你
情话喂你 2020-12-28 14:01

I\'m trying to write a Gradle task which copies generated war files to my local tomcat instance:

This isn\'t working and I\'m not sure how to debug it:



        
9条回答
  •  旧时难觅i
    2020-12-28 14:43

    You could give the Gradle Cargo plugin a shot. It lets you deploy a WAR file to a local as well as a remote Tomcat.

提交回复
热议问题