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