The WAR task is aware of the artifacts it generates.
task deployToTomcat(type: Copy) {
from war.archivePath
into "${tomcatHome}/webapps"
}
The WAR task is aware of the artifacts it generates.
task deployToTomcat(type: Copy) {
from war.archivePath
into "${tomcatHome}/webapps"
}