mirror of
https://github.com/corda/corda.git
synced 2025-04-12 21:53:17 +00:00
Merge pull request #6653 from corda/filipeoliveira/eg-3402
EG-3402 - Fixed an issue in the irs-demo project that would make builds to always fail
This commit is contained in:
commit
e243e9b315
@ -50,6 +50,9 @@ repositories {
|
||||
}
|
||||
}
|
||||
|
||||
evaluationDependsOn("cordapp")
|
||||
evaluationDependsOn("web")
|
||||
|
||||
dependencies {
|
||||
compile "commons-io:commons-io:$commons_io_version"
|
||||
compile project(":samples:irs-demo:web")
|
||||
@ -84,9 +87,6 @@ task slowIntegrationTest(type: Test, dependsOn: []) {
|
||||
classpath = sourceSets.slowIntegrationTest.runtimeClasspath
|
||||
}
|
||||
|
||||
evaluationDependsOn("cordapp")
|
||||
evaluationDependsOn("web")
|
||||
|
||||
task systemTest(type: Test, dependsOn: ["cordapp:prepareDockerNodes", "web:generateDockerCompose"]) {
|
||||
testClassesDirs = sourceSets.systemTest.output.classesDirs
|
||||
classpath = sourceSets.systemTest.runtimeClasspath
|
||||
|
@ -92,6 +92,7 @@ dependencies {
|
||||
jar {
|
||||
from sourceSets.main.output
|
||||
dependsOn clientInstall
|
||||
archiveClassifier = 'thin'
|
||||
}
|
||||
|
||||
def docker_dir = file("$project.buildDir/docker")
|
||||
|
Loading…
x
Reference in New Issue
Block a user