Remove mavenLocal (should never have been committed).

This commit is contained in:
Michael Lipp 2024-01-08 15:33:43 +01:00
parent 03dfa7a4d8
commit 9b89bf8a96

View file

@ -21,7 +21,6 @@ plugins {
repositories { repositories {
// Use Maven Central for resolving dependencies. // Use Maven Central for resolving dependencies.
mavenCentral() mavenCentral()
mavenLocal()
} }
dependencies { dependencies {