mirror of
https://github.com/corda/corda.git
synced 2025-05-31 06:31:08 +00:00
Suppress compiler warnings in experimental. They are still expected to be fixed in the other modules.
This commit is contained in:
parent
10b17d6862
commit
848b998d26
@ -10,6 +10,13 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
compileKotlin {
|
||||||
|
kotlinOptions.suppressWarnings = true
|
||||||
|
}
|
||||||
|
compileTestKotlin {
|
||||||
|
kotlinOptions.suppressWarnings = true
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':core')
|
compile project(':core')
|
||||||
compile project(':contracts')
|
compile project(':contracts')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user