gradle: setRepo to Forgejo

This commit is contained in:
CakesTwix 2024-07-30 21:29:24 +03:00
parent d2ee42b24e
commit 7287d68d47
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -37,7 +37,7 @@ subprojects {
cloudstream { cloudstream {
// when running through github workflow, GITHUB_REPOSITORY should contain current repository name // when running through github workflow, GITHUB_REPOSITORY should contain current repository name
// you can modify it to use other git hosting services, like gitlab // 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 { android {