Trying nexus build.

This commit is contained in:
aminecmi 2022-12-23 14:59:58 +01:00
parent 5cc633246a
commit 47265c10d0
2 changed files with 15 additions and 9 deletions

View File

@ -17,10 +17,12 @@ plugins {
allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven { url = uri("https://www.jitpack.io") }
maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")}
// IMPORTANT : Add back when new library added
// google()
// mavenCentral()
// jcenter()
// maven { url = uri("https://www.jitpack.io") }
}
}

View File

@ -2,16 +2,20 @@ val pushCache: String by settings
pluginManagement {
repositories {
google()
gradlePluginPortal()
mavenCentral()
maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")}
// IMPORTANT : Add back when new plugin added
// google()
// gradlePluginPortal()
// mavenCentral()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")}
// IMPORTANT : Add back when new library added
// google()
// mavenCentral()
}
}