Skip to content
Snippets Groups Projects
Commit baea83bd authored by Rick Herrick's avatar Rick Herrick
Browse files

Added dependsOn war to deployToTomcat task.

parent d346e15b
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ tomcatRunWar.contextPath = '/'
task.additionalRuntimeResources << file('/Users/rherrick/xnat/config/plugins')
}
task deployToTomcat(type: Copy) {
task deployToTomcat(type: Copy, dependsOn: war) {
from war.archivePath
into "${propertyWithDefault('tomcatHome', '.')}/webapps"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment