fix(server): add startShadowScripts dependency
This commit is contained in:
parent
ca6cfbfad9
commit
ff80293c7a
1 changed files with 1 additions and 0 deletions
|
|
@ -57,4 +57,5 @@ tasks {
|
|||
named("distZip") { dependsOn("shadowJar") }
|
||||
named("distTar") { dependsOn("shadowJar") }
|
||||
named("startScripts") { dependsOn("shadowJar") }
|
||||
named("startShadowScripts") { dependsOn("shadowJar") }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue