mirror of
https://github.com/ethauvin/rife2.git
synced 2025-05-01 19:08:12 -07:00
Backed out temporary publishing repo changes
This commit is contained in:
parent
9d696eb938
commit
a2d5446a8b
1 changed files with 3 additions and 3 deletions
|
@ -419,10 +419,10 @@ publishing {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
credentials {
|
credentials {
|
||||||
username = project.properties["rife2.username"].toString()
|
username = project.properties["ossrhUsername"].toString()
|
||||||
password = project.properties["rife2.Password"].toString()
|
password = project.properties["ossrhPassword"].toString()
|
||||||
}
|
}
|
||||||
val releasesRepoUrl = uri("https://repo.rife2.com/releases")
|
val releasesRepoUrl = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
|
||||||
val snapshotsRepoUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
|
val snapshotsRepoUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
|
||||||
url = if (version.toString().endsWith("SNAPSHOT")) snapshotsRepoUrl else releasesRepoUrl
|
url = if (version.toString().endsWith("SNAPSHOT")) snapshotsRepoUrl else releasesRepoUrl
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue