Removed local repositories.

This commit is contained in:
Achim D. Brucker 2018-10-27 14:11:25 +01:00
parent d51055e0cc
commit 2065fec897
1 changed files with 0 additions and 2 deletions

View File

@ -17,10 +17,8 @@ subprojects {
repositories {
mavenLocal()
maven { url "https://artifacts.logicalhacking.com/maven2" }
maven { url "https://repo.maven.apache.org/maven2" }
flatDir { dirs "$rootProject.projectDir/libs" }
}