Files
IronFox/patches/glean-localize-maven.patch
celenity ceeae87d00 feat: Patch formatting
Applies consistent formatting and naming to patches

Signed-off-by: celenity <celenity@celenity.dev>
2026-07-06 00:50:48 +00:00

23 lines
566 B
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: celenity <celenity@celenity.dev>
Date: Sun, 05 Jul 2026 20:19:20 +0000
Subject: [PATCH] Glean - Localize Maven
Replaces Mozilla Maven repositories with local maven repositories.
Signed-off-by: celenity <celenity@celenity.dev>
---
diff --git a/build.gradle b/build.gradle
index fa83f350..c07287cb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,6 +16,7 @@ buildscript {
]
repositories {
+ mavenLocal()
google()
mavenCentral()
maven {
--