mirror of
https://github.com/ethauvin/bld-antlr4.git
synced 2025-04-25 00:37:12 -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() {
|
||||
pkg = "rife.bld.extension";
|
||||
name = "Antlr4";
|
||||
version = version(0,9,4);
|
||||
javadocOptions.docLint(NO_MISSING);
|
||||
version = version(0,9,5);
|
||||
javadocOptions
|
||||
.docLint(NO_MISSING)
|
||||
.link("https://rife2.github.io/rife2/");
|
||||
publishRepository = repository("rife2");
|
||||
publishInfo = new PublishInfo()
|
||||
.groupId("com.uwyn.rife2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue