Skip to content

Commit

Permalink
fix: pass jjtree output through javacc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 committed Nov 27, 2023
1 parent a1c5a1c commit dcb5719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate-parser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
#
set -e
jjtree -OUTPUT_DIRECTORY=src/main/java/com/aws/greengrass/clientdevices/auth/configuration/parser src/main/javacc/RuleExpression.jjt
javacc -OUTPUT_DIRECTORY=src/main/java/com/aws/greengrass/clientdevices/auth/configuration/parser src/main/java/com/aws/greengrass/clientdevices/auth/configuration/parser/RuleExpression.jj
mvn license:format

0 comments on commit dcb5719

Please sign in to comment.