We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723109c commit 631bab5Copy full SHA for 631bab5
generate-parser.sh
@@ -0,0 +1,9 @@
1
+#!/usr/bin/env bash
2
+#
3
+# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
+# SPDX-License-Identifier: Apache-2.0
5
6
+set -e
7
+jjtree -OUTPUT_DIRECTORY=src/main/java/com/aws/greengrass/clientdevices/auth/configuration/parser src/main/javacc/RuleExpression.jjt
8
+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
9
+mvn license:format
0 commit comments