build: Added back maven repos (see 1fb9d60dc5 (note_1223925153))
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
aminecmi 2022-12-29 21:34:13 +01:00
parent db75c5b74a
commit 4d8076c3cf
2 changed files with 11 additions and 15 deletions

View File

@ -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") }
} }
} }

View File

@ -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()
} }
} }