Fix update & replace options

This commit is contained in:
2022-02-24 15:12:57 +01:00
parent cbf76f18a2
commit 147c934819
4 changed files with 31 additions and 24 deletions

View File

@@ -68,6 +68,7 @@ val javadocJar by tasks.registering(Jar::class) {
publishing {
repositories {
mavenLocal()
/*
maven {
name = "releases"
// change to point to your repo, e.g. http://my.org/repo
@@ -100,6 +101,7 @@ publishing {
password = ossrhPassword
}
}
*/
}
// Configure all publications
@@ -132,7 +134,9 @@ publishing {
}
}
}
/*
signing {
sign(publishing.publications)
}
*/