community-app/build.gradle
Michael Vorburger ddbe5443f3 Made it possible to run "gradle clean build" and get a
build/libs/community-app.war.. all credits for this should go to
@aalmiray, from the Hackergarten at Devoxx, not me. -- This will later
need to be extended to package a future minified version, from the Grunt
build, not the src.
2013-11-12 11:03:44 +01:00

7 lines
66 B
Groovy

apply plugin:"war"
war {
// webAppDirName = "app"
from "app"
}