Fixed sonatype repos
This commit is contained in:
parent
85cf1ee47f
commit
1490b29da5
1 changed files with 3 additions and 5 deletions
|
@ -30,11 +30,9 @@ public class TemplateRenderersBuild extends Project {
|
||||||
.link("https://rife2.github.io/rife2/");
|
.link("https://rife2.github.io/rife2/");
|
||||||
|
|
||||||
publishOperation()
|
publishOperation()
|
||||||
.repository(version.isSnapshot() ? repository(RIFE2_SNAPSHOTS.location())
|
.repository(version.isSnapshot() ? repository(SONATYPE_SNAPSHOTS.location())
|
||||||
.withCredentials(property("rife2Username"), property("rife2Password"))
|
.withCredentials(property("sonatypeUser"), property("sonatypePassword"))
|
||||||
: repository(RIFE2_RELEASES.location())
|
: repository(SONATYPE_RELEASES.location())
|
||||||
.withCredentials(property("rife2Username"), property("rife2Password")))
|
|
||||||
.repository(repository(SONATYPE_RELEASES.location())
|
|
||||||
.withCredentials(property("sonatypeUser"), property("sonatypePassword")))
|
.withCredentials(property("sonatypeUser"), property("sonatypePassword")))
|
||||||
.info(new PublishInfo()
|
.info(new PublishInfo()
|
||||||
.groupId("com.uwyn.rife2")
|
.groupId("com.uwyn.rife2")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue