mirror of
https://github.com/ethauvin/bld-antlr4.git
synced 2025-04-25 16:57:11 -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()
|
publishInfo = new PublishInfo()
|
||||||
.groupId("com.uwyn.rife2")
|
.groupId("com.uwyn.rife2")
|
||||||
.artifactId("bld-antlr4")
|
.artifactId("bld-antlr4")
|
||||||
.signKey(properties().getValueString("sign.key"))
|
.signKey(property("sign.key"))
|
||||||
.signPassphrase(properties().getValueString("sign.passphrase"));
|
.signPassphrase(property("sign.passphrase"));
|
||||||
|
|
||||||
javaRelease = 17;
|
javaRelease = 17;
|
||||||
downloadSources = true;
|
downloadSources = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue