You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a sourcesPaths array tag that will add multiple Sources to the Cobertura ArgumentBuilder.
E.g.
<sourcesPaths>
<scourcesPath>${project.basedir}/src/main/groovy/</scourcesPath>
<scourcesPath>${project.basedir}/src/main/java/</scourcesPath>
</sourcesPaths>
Adds support for both groovy files and java files in a GMavenPlus Plugin default layout.
0 commit comments