Changing publishing paths back to YoungBlood organization
Some checks failed
Some checks failed
This commit is contained in:
parent
8a2bbb3e33
commit
f1b8488707
@ -36,7 +36,7 @@ allprojects {
|
|||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
maven("https://gitea.sergeych.net/api/packages/PrincessSpike/maven")
|
maven("https://gitea.sergeych.net/api/packages/YoungBlood/maven")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ plugins {
|
|||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
maven("https://gitea.sergeych.net/api/packages/PrincessSpike/maven")
|
maven("https://gitea.sergeych.net/api/packages/YoungBlood/maven")
|
||||||
|
|
||||||
}
|
}
|
||||||
group = ReleaseInfo.group
|
group = ReleaseInfo.group
|
||||||
@ -787,7 +787,7 @@ publishing {
|
|||||||
name = "Authorization"
|
name = "Authorization"
|
||||||
value = mavenToken
|
value = mavenToken
|
||||||
}
|
}
|
||||||
url = uri("https://gitea.sergeych.net/api/packages/PrincessSpike/maven")
|
url = uri("https://gitea.sergeych.net/api/packages/YoungBlood/maven")
|
||||||
authentication {
|
authentication {
|
||||||
create("Authorization", HttpHeaderAuthentication::class)
|
create("Authorization", HttpHeaderAuthentication::class)
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,7 @@ val sonatypeSnapshots = "https://oss.sonatype.org/content/repositories/snapshots
|
|||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
maven("https://gitea.sergeych.net/api/packages/PrincessSpike/maven")
|
maven("https://gitea.sergeych.net/api/packages/YoungBlood/maven")
|
||||||
|
|
||||||
}
|
}
|
||||||
group = "net.sergeych"
|
group = "net.sergeych"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user