Gradle WAR building

Posted . Visible to the public.

To build WAR by Gradle system change java plugin to war plugin:
apply plugin: 'war'
After that execute gradle:
gradle build
WAR will be in folder builds/libs/

Last edit
Tags
Posted by leonidv to Leonid's cards (2013-06-15 09:53)