Added artifacts.logicalhacking.com as maven repository.

This commit is contained in:
Achim D. Brucker 2018-10-27 12:02:19 +01:00
parent b6cb4a9afc
commit 297e187cf0
1 changed files with 2 additions and 1 deletions

View File

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