We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad402c commit 718d34fCopy full SHA for 718d34f
platform-tooling-support-tests/projects/multi-release-jar/default/pom.xml
@@ -34,7 +34,7 @@
34
<plugins>
35
<plugin>
36
<artifactId>maven-compiler-plugin</artifactId>
37
- <version>3.8.0</version>
+ <version>3.8.1</version>
38
<configuration>
39
<release>11</release>
40
</configuration>
@@ -45,10 +45,13 @@
45
46
<groupId>de.sormuras.junit</groupId>
47
<artifactId>junit-platform-maven-plugin</artifactId>
48
- <version>1.0.0-M5</version>
+ <version>1.1.5</version>
49
<extensions>true</extensions>
50
51
<executor>JAVA</executor>
52
+ <tweaks>
53
+ <disableAnsi>true</disableAnsi>
54
+ </tweaks>
55
56
</plugin>
57
</plugins>
0 commit comments