From 7287d68d4758517febe50ca51afe4b556bef5c1a Mon Sep 17 00:00:00 2001 From: CakesTwix Date: Tue, 30 Jul 2024 21:29:24 +0300 Subject: [PATCH] gradle: setRepo to Forgejo --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 593e8eb..e98d242 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ subprojects { cloudstream { // when running through github workflow, GITHUB_REPOSITORY should contain current repository name // you can modify it to use other git hosting services, like gitlab - setRepo(System.getenv("GITHUB_REPOSITORY") ?: "https://git.cakestwix.com/CakesTwix/cloudstream-extensions-uk") + setRepo("CakesTwix", "cloudstream-extensions-uk", "gitea-git.cakestwix.com") } android {