mirror of
https://github.com/ethauvin/bld-antlr4.git
synced 2025-04-25 08:47:11 -07:00
Revised previous commit for 2.0.0-SNAPSHOT
This commit is contained in:
parent
abb52f281a
commit
ed274864fb
2 changed files with 2 additions and 5 deletions
|
@ -3,4 +3,4 @@ bld.downloadExtensionSources=true
|
||||||
bld.extensions=
|
bld.extensions=
|
||||||
bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES
|
bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES
|
||||||
bld.downloadLocation=
|
bld.downloadLocation=
|
||||||
bld.version=1.9.1
|
bld.version=2.0.0-SNAPSHOT
|
||||||
|
|
|
@ -52,10 +52,7 @@ public class Antlr4Operation extends AbstractOperation<Antlr4Operation> {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sources.isEmpty()) {
|
if (sources.isEmpty()) {
|
||||||
if (!silent()) {
|
throw new IllegalArgumentException("ERROR: no ANTLR grammars found.");
|
||||||
System.out.println("ERROR: no ANTLR grammars found.");
|
|
||||||
}
|
|
||||||
throw new ExitStatusException(1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var arguments = new ArrayList<>(arguments_);
|
var arguments = new ArrayList<>(arguments_);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue