Skip to content

Commit

Permalink
[build] Fix ClickHouse pom typo (#4283)
Browse files Browse the repository at this point in the history
Co-authored-by: behappy <[email protected]>
  • Loading branch information
be-happy4 and behappy authored Oct 15, 2024
1 parent ff0289a commit 902cbcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sql/clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>clickhouse</artifactId>
<packaging>jar</packaging>
<name>Clickhouse grammar</name>
<name>ClickHouse grammar</name>
<parent>
<groupId>org.antlr.grammars</groupId>
<artifactId>sqlparent</artifactId>
Expand All @@ -18,8 +18,8 @@
<configuration>
<sourceDirectory>${basedir}</sourceDirectory>
<includes>
<include>ClickhouseLexer.g4</include>
<include>ClickhouseParser.g4</include>
<include>ClickHouseLexer.g4</include>
<include>ClickHouseParser.g4</include>
</includes>
<visitor>true</visitor>
<listener>true</listener>
Expand All @@ -40,7 +40,7 @@
<verbose>true</verbose>
<showTree>true</showTree>
<entryPoint>queryStmt</entryPoint>
<grammarName>clickhouse</grammarName>
<grammarName>ClickHouse</grammarName>
<packageName></packageName>
<exampleFiles>examples</exampleFiles>
</configuration>
Expand Down

0 comments on commit 902cbcc

Please sign in to comment.