We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b725e1 commit 22ff19bCopy full SHA for 22ff19b
janitor-lang/pom.xml
@@ -86,11 +86,11 @@
86
<outputDirectory>target/generated-sources/java</outputDirectory>
87
</configuration>
88
</execution>
89
- <!-- While we're at it, generate C# code as well, because that needs manual steps
+ <!-- While we're at it, might generate C# code as well, because that needs manual steps
90
on the C# side... see https://github.com/antlr/antlr4/blob/master/runtime/CSharp/src/README.md
91
Nesting the C# code in the Java project is probably not one of my better ideas, but to get work done
92
it's a good enough solution for now.
93
- -->
+
94
<execution>
95
<id>antlr-csharp</id>
96
<goals>
@@ -108,6 +108,8 @@
108
109
110
111
+ -->
112
113
</executions>
114
</plugin>
115
0 commit comments