diff --git a/build.gradle b/build.gradle index 8e3548658..17d38fa90 100644 --- a/build.gradle +++ b/build.gradle @@ -28,10 +28,6 @@ java { } repositories { - maven { - url 'http://localhost:8081/repository/maven-central/' - allowInsecureProtocol = true - } mavenCentral() }