From 3c7eb4a52e78e0362441a162bb2cf976a06b04e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey=20Vilas?= Date: Mon, 18 Oct 2021 09:55:21 +0200 Subject: [PATCH] build.gradle: Remove 'libs' dir from classpath MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don't use or have this directory, and this gets rid of a warning on every build. Signed-off-by: Álvaro Brey Vilas --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle b/build.gradle index cc745e067..0d64e2aac 100644 --- a/build.gradle +++ b/build.gradle @@ -36,10 +36,6 @@ repositories { maven { url "https://jitpack.io" } maven { url "https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven" } - flatDir { - dirs 'libs' - } - mavenCentral() }