mirror of
https://github.com/corda/corda.git
synced 2025-01-31 16:35:43 +00:00
CORDA-1112 - Explicit dependency on JS dep dir seems to eliminate race condition bug (#2675)
* Explicitly add directory with downloaded JS dependencies * Indentation
This commit is contained in:
parent
d77290831c
commit
57067065f4
@ -78,6 +78,10 @@ dependencies {
|
||||
jar {
|
||||
from sourceSets.test.output
|
||||
dependsOn clientInstall
|
||||
|
||||
from("src/main/resources/static/js/bower_components") {
|
||||
into "static/js/bower_components"
|
||||
}
|
||||
}
|
||||
|
||||
def docker_dir = file("$project.buildDir/docker")
|
||||
|
Loading…
x
Reference in New Issue
Block a user