mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-21 15:48:05 +00:00
fix the backend service build failed issue
This commit is contained in:
parent
0c68d9c4fb
commit
366f2f61d8
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user