put images in images/

pull/34/head
Zlatin Balevsky 2019-12-04 19:15:07 +00:00
parent 0fd6421fae
commit d595a768b8
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ dependencies {
war {
from 'src/main/css'
from 'src/main/images'
from ('src/main/images', {
into "images"
})
webInf {
from "$buildDir/compiledJsps"
into "classes"