From 4bb5b6c3da23e8be00a572578fd191a05f07956b Mon Sep 17 00:00:00 2001 From: Helvetica Volubi Date: Sun, 12 Jul 2026 16:22:40 +0800 Subject: [PATCH] [ci skip] fix ci for update --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 87e9965..a76139d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { paperweight { filterPatches = false upstreams.register("luminol") { - repo = github("LuminolMC", "Luminol") + repo = github("LuminolCustomArchive", "Luminol") ref = providers.gradleProperty("luminolRef") println("Upstream commit ref: " + ref.get())