fetch org.lucares artifacts only from repo.lucares.de
This commit is contained in:
11
build.gradle
11
build.gradle
@@ -52,9 +52,14 @@ subprojects {
|
|||||||
|
|
||||||
// the repositories for external depenencies
|
// the repositories for external depenencies
|
||||||
repositories {
|
repositories {
|
||||||
maven { url 'http://repo.lucares.de/' }
|
maven {
|
||||||
mavenCentral()
|
url 'https://repo.lucares.de/'
|
||||||
jcenter()
|
content { includeGroup "org.lucares" }
|
||||||
|
}
|
||||||
|
mavenCentral(content: { excludeGroup "org.lucares" })
|
||||||
|
jcenter{
|
||||||
|
content { excludeGroup "org.lucares" }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// In this example we use TestNG as our testing tool. JUnit is the default.
|
// In this example we use TestNG as our testing tool. JUnit is the default.
|
||||||
|
|||||||
Reference in New Issue
Block a user