From 1bf0f82e1fec012ac1f9abcb2e0318ffc836b026 Mon Sep 17 00:00:00 2001 From: Mathis Waldmann Date: Sat, 9 Oct 2021 22:56:04 +0200 Subject: [PATCH] add slf4j-nop to remove warnings on startup --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 8d19d63..eaeef02 100644 --- a/build.gradle +++ b/build.gradle @@ -34,6 +34,7 @@ dependencies { implementation 'com.formdev:flatlaf:1.1.2' implementation 'com.squareup.okhttp3:okhttp:4.7.2' implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.7.2' + implementation 'org.slf4j:slf4j-nop:1.7.32' // implementation "com.squareup.okhttp3:okhttp:4.9.0" //missing JavaNetCookieJar }