Fixed RIFE2 releases repository credentials
This commit is contained in:
parent
bdffb50375
commit
32311785ea
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public class TemplateRenderersBuild extends Project {
|
|||
.repository(version.isSnapshot() ? repository("https://repo.rife2.com/snapshots")
|
||||
.withCredentials(property("rife2Username"), property("rife2Password"))
|
||||
: repository("https://repo.rife2.com/releases")
|
||||
.withCredentials(property("RIFE2_USERNAME"), property("RIFE2_PASSWORD")))
|
||||
.withCredentials(property("rife2Username"), property("rife2Password")))
|
||||
.repository(MAVEN_CENTRAL)
|
||||
.info(new PublishInfo()
|
||||
.groupId("com.uwyn.rife2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue