mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Fix nowarn.
This commit is contained in:
parent
9e1c9bd87b
commit
b331672c3d
1 changed files with 2 additions and 7 deletions
|
@ -43,7 +43,6 @@ object Versions {
|
|||
val junitVintageVersion = "$junit.0-M4"
|
||||
}
|
||||
|
||||
|
||||
fun mavenResolver(vararg m: String)
|
||||
= m.map { "org.apache.maven.resolver:maven-resolver-$it:${Versions.mavenResolver}" }
|
||||
.toTypedArray()
|
||||
|
@ -140,12 +139,8 @@ val kobaltPluginApi = project {
|
|||
}
|
||||
}
|
||||
|
||||
// install {
|
||||
// libDir = "lib-test"
|
||||
// }
|
||||
|
||||
kotlinCompiler {
|
||||
args("-nowarn")
|
||||
args("nowarn")
|
||||
}
|
||||
|
||||
bintray {
|
||||
|
@ -233,7 +228,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
|
|||
}
|
||||
|
||||
kotlinCompiler {
|
||||
args("-nowarn")
|
||||
args("nowarn")
|
||||
}
|
||||
|
||||
bintray {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue