From 4cf010f7e04e7b04638b82f718e7169e6b86528f Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 26 Mar 2016 08:53:27 -0700 Subject: [PATCH] Silence the slf4j warnings. --- .idea/libraries/kobalt__Compile_.xml | 6 +++--- .idea/libraries/kobalt_plugin_api__Compile_.xml | 9 +++++---- kobalt/src/Build.kt | 1 + 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.idea/libraries/kobalt__Compile_.xml b/.idea/libraries/kobalt__Compile_.xml index 3435f506..6d00d26b 100644 --- a/.idea/libraries/kobalt__Compile_.xml +++ b/.idea/libraries/kobalt__Compile_.xml @@ -4,11 +4,11 @@ - - - + + + diff --git a/.idea/libraries/kobalt_plugin_api__Compile_.xml b/.idea/libraries/kobalt_plugin_api__Compile_.xml index ec31c03b..47bee8c9 100644 --- a/.idea/libraries/kobalt_plugin_api__Compile_.xml +++ b/.idea/libraries/kobalt_plugin_api__Compile_.xml @@ -4,6 +4,7 @@ + @@ -22,13 +23,13 @@ - + - + @@ -44,10 +45,10 @@ - - + + diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 32294b23..5d7a03f2 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -84,6 +84,7 @@ val kobaltPluginApi = project { "com.squareup.retrofit2:converter-gson:${Versions.retrofit}", "com.beust:jcommander:1.48", + "org.slf4j:slf4j-nop:1.6.0", "org.eclipse.aether:aether-spi:${Versions.aether}", "org.eclipse.aether:aether-impl:${Versions.aether}", "org.eclipse.aether:aether-connector-basic:${Versions.aether}",