Changing publishing paths back to YoungBlood organization
Some checks failed
Build project and push to maven snapshot / Build-And-Push-Linux (push) Has been cancelled
Build project and push to maven snapshot / Build-And-Push-Mac (push) Has been cancelled
Build project and push to maven snapshot / Build-And-Push-Windows (push) Has been cancelled

This commit is contained in:
kildishevps 2025-02-02 19:33:01 +03:00
parent 8a2bbb3e33
commit f1b8488707
3 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ allprojects {
repositories {
mavenCentral()
google()
maven("https://gitea.sergeych.net/api/packages/PrincessSpike/maven")
maven("https://gitea.sergeych.net/api/packages/YoungBlood/maven")
}
}

View File

@ -37,7 +37,7 @@ plugins {
repositories {
mavenCentral()
mavenLocal()
maven("https://gitea.sergeych.net/api/packages/PrincessSpike/maven")
maven("https://gitea.sergeych.net/api/packages/YoungBlood/maven")
}
group = ReleaseInfo.group
@ -787,7 +787,7 @@ publishing {
name = "Authorization"
value = mavenToken
}
url = uri("https://gitea.sergeych.net/api/packages/PrincessSpike/maven")
url = uri("https://gitea.sergeych.net/api/packages/YoungBlood/maven")
authentication {
create("Authorization", HttpHeaderAuthentication::class)
}

View File

@ -39,7 +39,7 @@ val sonatypeSnapshots = "https://oss.sonatype.org/content/repositories/snapshots
repositories {
mavenCentral()
mavenLocal()
maven("https://gitea.sergeych.net/api/packages/PrincessSpike/maven")
maven("https://gitea.sergeych.net/api/packages/YoungBlood/maven")
}
group = "net.sergeych"