mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Merged in mike-suppress-experimental-warnings (pull request #188)
Suppress compiler warnings in experimental. They are still expected to be fixed in the other modules.
This commit is contained in:
commit
7aa14dc75f
@ -10,6 +10,13 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions.suppressWarnings = true
|
||||
}
|
||||
compileTestKotlin {
|
||||
kotlinOptions.suppressWarnings = true
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
compile project(':contracts')
|
||||
|
Loading…
x
Reference in New Issue
Block a user