GitHub setup

This commit is contained in:
Geert Bevin 2023-04-04 09:21:48 -04:00
parent c88b734e1e
commit 7394a21115
4 changed files with 117 additions and 1 deletions

View file

@ -18,7 +18,7 @@ public class Antlr4Build extends Project {
public Antlr4Build() {
pkg = "rife.bld.extension";
name = "Antlr4";
version = version(0,9,3);
version = version(0,9,4);
javadocOptions.docLint(NO_MISSING);
publishRepository = repository("rife2");
publishInfo = new PublishInfo()