Revised previous commit for 2.0.0-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2024-06-26 13:36:42 -07:00
parent abb52f281a
commit ed274864fb
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -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_);