gradle: setRepo to Forgejo
This commit is contained in:
parent
9618dedb27
commit
d016ad7e40
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue