mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 06:30:52 +00:00
changed to staging repo
This commit is contained in:
parent
4a3321f253
commit
c1e018947d
@ -52,7 +52,7 @@ publishTo <<= (version) { version: String =>
|
|||||||
if (version.trim.endsWith("SNAPSHOT"))
|
if (version.trim.endsWith("SNAPSHOT"))
|
||||||
Some("Sonatype Nexus Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots")
|
Some("Sonatype Nexus Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots")
|
||||||
else
|
else
|
||||||
Some("Sonatype Nexus Releases" at "https://oss.sonatype.org/content/repositories/releases")
|
Some("Sonatype Nexus Releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2")
|
||||||
}
|
}
|
||||||
|
|
||||||
publishMavenStyle := true
|
publishMavenStyle := true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user