mirror of
https://github.com/RoBaertschi/EnvironmentTech.git
synced 2025-04-19 06:53:29 +00:00
fix publishing
This commit is contained in:
parent
b758b0a419
commit
369d30a717
@ -307,7 +307,12 @@ publishing {
|
||||
maven {
|
||||
val baseURL = "https://maven.robaertschi.xyz/"
|
||||
|
||||
name = "robaertschi"
|
||||
url = uri("${baseURL}${if (version.toString().endsWith("SNAPSHOT")) "snapshots" else "releases"}")
|
||||
credentials(PasswordCredentials::class)
|
||||
authentication {
|
||||
register<BasicAuthentication>("basic")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user