Skip to content

Commit

Permalink
[core] Fix syntax for maven-compiler plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitix committed Nov 6, 2018
1 parent c2af743 commit 18f65e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@
</goals>
<configuration>
<compilerId>groovy-eclipse-compiler</compilerId>
<includes>
<testIncludes>
<include>**/*.groovy</include>
</includes>
</testIncludes>
<fork>true</fork>
<verbose>false</verbose>
<source>${java.version}</source>
Expand Down

0 comments on commit 18f65e1

Please sign in to comment.