Changed signing keys properties
This commit is contained in:
parent
0fa6962503
commit
a24a948a61
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ public class TemplateRenderersBuild extends Project {
|
|||
.scm(new PublishScm().connection("scm:git:https://github.com/rife2/rife2-template-renderers.git")
|
||||
.developerConnection("scm:git:git@github.com:rife2/rife2-template-renderers.git")
|
||||
.url("https://github.com/rife2/rife2-template-renderers"))
|
||||
.signKey(property("sign.key"))
|
||||
.signPassphrase(property("sign.passphrase")));
|
||||
.signKey(property("SIGN_KEY"))
|
||||
.signPassphrase(property("SIGN_PASSPHRASE")));
|
||||
|
||||
javaRelease = 17;
|
||||
downloadSources = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue