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 {
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://git.netherite.gg/api/packages/Netherite-Public/maven")
|
||||
credentials(HttpHeaderCredentials) {
|
||||
name "Authorization"
|
||||
value "token ${project.properties["netherite.git.packages.token"]}"
|
||||
}
|
||||
name = "netheriteRepo"
|
||||
url = uri("https://repo.netherite.gg/netherite")
|
||||
|
||||
credentials(PasswordCredentials)
|
||||
|
||||
authentication {
|
||||
header(HttpHeaderAuthentication)
|
||||
basic(BasicAuthentication)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue