Fixig publication again
Some checks are pending
Some checks are pending
This commit is contained in:
parent
c87a0cf24c
commit
8a2bbb3e33
@ -36,7 +36,7 @@ allprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
maven("https://gitea.sergeych.net/api/packages/SergeychWorks/maven")
|
||||
maven("https://gitea.sergeych.net/api/packages/PrincessSpike/maven")
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -37,7 +37,7 @@ plugins {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
maven("https://gitea.sergeych.net/api/packages/SergeychWorks/maven")
|
||||
maven("https://gitea.sergeych.net/api/packages/PrincessSpike/maven")
|
||||
|
||||
}
|
||||
group = ReleaseInfo.group
|
||||
@ -778,33 +778,8 @@ signing {
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications.withType(MavenPublication::class) {
|
||||
artifact(tasks["javadocJar"])
|
||||
pom {
|
||||
name.set("Kotlin Multiplatform Crypto")
|
||||
description.set("Kotlin Multiplatform Libsodium Wrapper")
|
||||
url.set("https://gitea.sergeych.net/SergeychWorks/libsodium_wasm_experimental")
|
||||
licenses {
|
||||
license {
|
||||
name.set("The Apache License, Version 2.0")
|
||||
url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
|
||||
}
|
||||
}
|
||||
developers {
|
||||
developer {
|
||||
id.set("ionspin")
|
||||
name.set("Ugljesa Jovanovic")
|
||||
email.set("opensource@ionspin.com")
|
||||
}
|
||||
}
|
||||
scm {
|
||||
url.set("https://gitea.sergeych.net/SergeychWorks/libsodium_wasm_experimental")
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
val mavenToken by lazy {
|
||||
File("${System.getProperty("user.home")}/.gitea_token").readText()
|
||||
("token " + File("${System.getProperty("user.home")}/.gitea_token").readText())
|
||||
}
|
||||
repositories {
|
||||
maven {
|
||||
@ -812,7 +787,7 @@ publishing {
|
||||
name = "Authorization"
|
||||
value = mavenToken
|
||||
}
|
||||
url = uri("https://gitea.sergeych.net/api/packages/SergeychWorks/maven")
|
||||
url = uri("https://gitea.sergeych.net/api/packages/PrincessSpike/maven")
|
||||
authentication {
|
||||
create("Authorization", HttpHeaderAuthentication::class)
|
||||
}
|
||||
|
@ -39,7 +39,7 @@ val sonatypeSnapshots = "https://oss.sonatype.org/content/repositories/snapshots
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
maven("https://gitea.sergeych.net/api/packages/SergeychWorks/maven")
|
||||
maven("https://gitea.sergeych.net/api/packages/PrincessSpike/maven")
|
||||
|
||||
}
|
||||
group = "net.sergeych"
|
||||
|
Loading…
x
Reference in New Issue
Block a user