Working with code E085
<configuration>
<testSources>
<testSource>
<directory>${project.basedir}/src/test/java</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
<includes>
<include>**/*.groovy</include>
</includes>
</testSource>
</testSources>
</configuration>Last updated
Was this helpful?

