mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 11:46:55 +00:00
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.
7 lines
66 B
Groovy
7 lines
66 B
Groovy
apply plugin:"war"
|
|
|
|
war {
|
|
// webAppDirName = "app"
|
|
from "app"
|
|
}
|