build: Added back maven repos (see 1fb9d60dc5 (note_1223925153)
)
This commit is contained in:
parent
db75c5b74a
commit
4d8076c3cf
@ -17,12 +17,10 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")}
|
// maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")}
|
||||||
// IMPORTANT : Add back when new library added
|
google()
|
||||||
// google()
|
mavenCentral()
|
||||||
// mavenCentral()
|
maven { url = uri("https://www.jitpack.io") }
|
||||||
// jcenter()
|
|
||||||
// maven { url = uri("https://www.jitpack.io") }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,20 +2,18 @@ val pushCache: String by settings
|
|||||||
|
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")}
|
// maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")}
|
||||||
// IMPORTANT : Add back when new plugin added
|
google()
|
||||||
// google()
|
gradlePluginPortal()
|
||||||
// gradlePluginPortal()
|
mavenCentral()
|
||||||
// mavenCentral()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
repositories {
|
repositories {
|
||||||
maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")}
|
// maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")}
|
||||||
// IMPORTANT : Add back when new library added
|
google()
|
||||||
// google()
|
mavenCentral()
|
||||||
// mavenCentral()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user