fix the backend service build failed issue

This commit is contained in:
jbai 2016-06-16 17:33:02 -07:00
parent 0c68d9c4fb
commit 366f2f61d8

View File

@ -79,7 +79,7 @@ idea {
} }
} }
task "build" (type: Exec, dependsOn: [playClean], overwrite: true) { task "build" (type: Exec, dependsOn: [playClean, playCompile], overwrite: true) {
commandLine playExec, 'stage' commandLine playExec, 'stage'
} }