Minor fixes

This commit is contained in:
Andrew Golovashevich 2024-11-04 23:39:01 +03:00
parent e2e847fa45
commit f55bea6bcc
3 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,7 @@ publishing {
repositories {
maven {
name = "XomrkMaven"
url = uri("https://maven.landgrafhomyak.ru/")
url = uri("https://git.landgrafhomyak.ru/api/packages/xomrk/maven/")
credentials(HttpHeaderCredentials::class) {
name = "Authorization"

View File

@ -1 +1,2 @@
kotlin.code.style=official
kotlin.native.ignoreDisabledTargets=true