[fenix] remove mavenLocal from repositories

pull/600/head
Charlie Humphreys 2 years ago committed by mergify[bot]
parent 0410b1ade3
commit d0f575f89b

@ -5,7 +5,6 @@ import org.mozilla.fenix.gradle.tasks.GithubDetailsTask
buildscript {
// This logic is duplicated in the allprojects block: I don't know how to fix that.
repositories {
mavenLocal()
maven {
name "Mozilla Nightly"
url "https://nightly.maven.mozilla.org/maven2"
@ -82,7 +81,6 @@ plugins {
allprojects {
// This logic is duplicated in the buildscript block: I don't know how to fix that.
repositories {
mavenLocal()
maven {
name "Mozilla Nightly"
url "https://nightly.maven.mozilla.org/maven2"

Loading…
Cancel
Save