mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +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()
|
||||
}
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions.suppressWarnings = true
|
||||
}
|
||||
compileTestKotlin {
|
||||
kotlinOptions.suppressWarnings = true
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
compile project(':contracts')
|
||||
|
Loading…
Reference in New Issue
Block a user