Skip to content

Commit

Permalink
#338 remove groovy test build dependency from kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsolt Kovács committed Feb 25, 2020
1 parent 5ae7086 commit 5d6ec96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 95 deletions.
14 changes: 0 additions & 14 deletions kernel/pom.xml
Expand Up @@ -245,20 +245,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<goals>
<goal>testGenerateStubs</goal>
<goal>testCompile</goal>
<goal>removeTestStubs</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

This file was deleted.

0 comments on commit 5d6ec96

Please sign in to comment.