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