mirror of
https://github.com/ethauvin/bld-antlr4.git
synced 2025-04-25 16:57:11 -07:00
Improved javadocs
This commit is contained in:
parent
2ed79de4de
commit
ca4ce97490
1 changed files with 4 additions and 2 deletions
|
@ -18,8 +18,10 @@ public class Antlr4Build extends Project {
|
||||||
public Antlr4Build() {
|
public Antlr4Build() {
|
||||||
pkg = "rife.bld.extension";
|
pkg = "rife.bld.extension";
|
||||||
name = "Antlr4";
|
name = "Antlr4";
|
||||||
version = version(0,9,4);
|
version = version(0,9,5);
|
||||||
javadocOptions.docLint(NO_MISSING);
|
javadocOptions
|
||||||
|
.docLint(NO_MISSING)
|
||||||
|
.link("https://rife2.github.io/rife2/");
|
||||||
publishRepository = repository("rife2");
|
publishRepository = repository("rife2");
|
||||||
publishInfo = new PublishInfo()
|
publishInfo = new PublishInfo()
|
||||||
.groupId("com.uwyn.rife2")
|
.groupId("com.uwyn.rife2")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue