We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8ec999 + 32ada7d commit f3e213aCopy full SHA for f3e213a
e2e/pom.xml
@@ -67,7 +67,7 @@
67
<execution>
68
<!-- Without joint compilation - no dependencies between Java and Groovy (inheritance)-->
69
<goals>
70
- <goal>testCompile</goal>
+ <goal>compileTests</goal>
71
</goals>
72
</execution>
73
</executions>
pom.xml
@@ -295,7 +295,7 @@
295
<plugin>
296
<groupId>org.codehaus.gmavenplus</groupId>
297
<artifactId>gmavenplus-plugin</artifactId>
298
- <version>1.5</version>
+ <version>1.10.0</version>
299
</plugin>
300
</plugins>
301
</pluginManagement>
0 commit comments