Skip to content

Commit

Permalink
build.gradle: Remove 'libs' dir from classpath
Browse files Browse the repository at this point in the history
We don't use or have this directory, and this gets rid of a warning on every build.

Signed-off-by: Álvaro Brey Vilas <[email protected]>
  • Loading branch information
AlvaroBrey committed Oct 18, 2021
1 parent bacee87 commit 3c7eb4a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down

0 comments on commit 3c7eb4a

Please sign in to comment.