Skip to content

Commit

Permalink
Revised previous commit for 2.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Jun 26, 2024
1 parent abb52f2 commit ed27486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/bld/bld-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ bld.downloadExtensionSources=true
bld.extensions=
bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES
bld.downloadLocation=
bld.version=1.9.1
bld.version=2.0.0-SNAPSHOT
5 changes: 1 addition & 4 deletions src/main/java/rife/bld/extension/Antlr4Operation.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ public void execute()
}

if (sources.isEmpty()) {
if (!silent()) {
System.out.println("ERROR: no ANTLR grammars found.");
}
throw new ExitStatusException(1);
throw new IllegalArgumentException("ERROR: no ANTLR grammars found.");
}

var arguments = new ArrayList<>(arguments_);
Expand Down

0 comments on commit ed27486

Please sign in to comment.