Skip to content

Commit

Permalink
[build] Update to Antlr4ng 3.0.9. (#4337)
Browse files Browse the repository at this point in the history
* Update to Antlr4ng 3.0.9.

* Update java/java to force testing for all targets.
  • Loading branch information
kaby76 authored Nov 29, 2024
1 parent 765425a commit be8d069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _scripts/templates/Antlr4ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"antlr4ng": "3.0.4",
"antlr4ng": "3.0.9",
"antlr4ng-cli": "2.0.0",
"buffer": "^6.0.3",
"fs-extra": "^11.1.1",
Expand Down
2 changes: 1 addition & 1 deletion java/java/desc.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<desc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../_scripts/desc.xsd">
<targets>CSharp;Cpp;Dart;Go;Java;JavaScript;Python3;TypeScript;Antlr4ng</targets>
<targets>Antlr4ng;CSharp;Cpp;Dart;Go;Java;JavaScript;Python3;TypeScript</targets>
</desc>

0 comments on commit be8d069

Please sign in to comment.