chore: bump version
This commit is contained in:
parent
c06272ee17
commit
7748fcb040
1 changed files with 6 additions and 6 deletions
12
build.gradle
12
build.gradle
|
@ -42,13 +42,13 @@ subprojects {
|
||||||
publishing {
|
publishing {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
url = uri("https://git.netherite.gg/api/packages/Netherite-Public/maven")
|
name = "netheriteRepo"
|
||||||
credentials(HttpHeaderCredentials) {
|
url = uri("https://repo.netherite.gg/netherite")
|
||||||
name "Authorization"
|
|
||||||
value "token ${project.properties["netherite.git.packages.token"]}"
|
credentials(PasswordCredentials)
|
||||||
}
|
|
||||||
authentication {
|
authentication {
|
||||||
header(HttpHeaderAuthentication)
|
basic(BasicAuthentication)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue