mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
8ef1d767c9
* Consolidate repositories into root build.gradle
15 lines
206 B
Groovy
15 lines
206 B
Groovy
apply plugin: 'kotlin'
|
|
apply plugin: CanonicalizerPlugin
|
|
|
|
dependencies {
|
|
compile project(':core')
|
|
}
|
|
|
|
sourceSets {
|
|
test {
|
|
resources {
|
|
srcDir "../../config/test"
|
|
}
|
|
}
|
|
}
|