- added copy static content task
This commit is contained in:
@@ -20,5 +20,9 @@ dependencies {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task copyAngularJS(type: Copy) {
|
||||||
|
from "../../prebuilt-web-client"
|
||||||
|
into "build/resources/main/static"
|
||||||
|
}
|
||||||
|
|
||||||
|
jar.dependsOn(copyAngularJS)
|
||||||
Reference in New Issue
Block a user