chore: bump version

This commit is contained in:
bridge 2025-07-28 17:04:57 +02:00
parent c06272ee17
commit 7748fcb040

View file

@ -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)
} }
} }
} }