mirror of
https://github.com/corda/corda.git
synced 2025-06-15 21:58:17 +00:00
Merge commit 'e879de7' into chrisr3-os-merge
This commit is contained in:
@ -34,6 +34,11 @@ sourceSets {
|
||||
runtimeClasspath += main.output + test.output
|
||||
srcDir file('src/integration-test/kotlin')
|
||||
}
|
||||
java {
|
||||
compileClasspath += main.output + test.output
|
||||
runtimeClasspath += main.output + test.output
|
||||
srcDir file('src/integration-test/java')
|
||||
}
|
||||
resources {
|
||||
srcDir file('../../testing/test-utils/src/main/resources')
|
||||
}
|
||||
|
Reference in New Issue
Block a user