gradle: fix vtm-web-js
This commit is contained in:
@@ -63,7 +63,7 @@ gwt {
|
|||||||
// Run jetty with draft compiled war
|
// Run jetty with draft compiled war
|
||||||
task jettyDraftWar(type: JettyRunWar) {
|
task jettyDraftWar(type: JettyRunWar) {
|
||||||
dependsOn draftWar
|
dependsOn draftWar
|
||||||
dependsOn.remove('war')
|
//dependsOn.remove('war')
|
||||||
webApp=draftWar.archivePath
|
webApp=draftWar.archivePath
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user