Fix update & replace options
This commit is contained in:
@@ -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)
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user