Added RIFE2 repo credentials
This commit is contained in:
parent
9439b18f68
commit
d065aa9843
1 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,10 @@ public class TemplateRenderersBuild extends Project {
|
|||
.link("https://rife2.github.io/rife2/");
|
||||
|
||||
publishOperation()
|
||||
.repository(version.isSnapshot() ? repository("rife2-snapshots") : repository("rife2-releases"))
|
||||
.repository(version.isSnapshot() ? repository("https://repo-rife2-com/snapshots")
|
||||
.withCredentials(property("RIFE2_USERNAME"), property("RIFE2_PASSWORD"))
|
||||
: repository("https://repo-rife2-com/releases")
|
||||
.withCredentials(property("RIFE2_USERNAME"), property("RIFE2_PASSWORD")))
|
||||
.repository(MAVEN_CENTRAL)
|
||||
.info(new PublishInfo()
|
||||
.groupId("com.uwyn.rife2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue