mirror of
https://github.com/ethauvin/bld-antlr4.git
synced 2025-04-25 00:37:12 -07:00
Minor improvement
This commit is contained in:
parent
9af4eb9287
commit
c88b734e1e
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ public class Antlr4Build extends Project {
|
|||
publishInfo = new PublishInfo()
|
||||
.groupId("com.uwyn.rife2")
|
||||
.artifactId("bld-antlr4")
|
||||
.signKey(properties().getValueString("sign.key"))
|
||||
.signPassphrase(properties().getValueString("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