gradle: TODO: properly fix these temp fixes.

This commit is contained in:
Zeruth
2019-07-23 05:29:24 -04:00
parent 2824d17f66
commit 40331a863b
2 changed files with 12 additions and 26 deletions

13
cache/pom.xml vendored
View File

@@ -142,19 +142,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>${antlr4.version}</version>
<executions>
<execution>
<id>process-resources</id>
<goals>
<goal>antlr4</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>