Skip to content

Commit f2f438a

Browse files
author
jantje
committed
#1204 avoid IllegalStateException: Workbench has not been created yet.
1 parent 356556d commit f2f438a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

io.sloeber.tests/pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@
2525
<plugin>
2626
<groupId>org.eclipse.tycho</groupId>
2727
<artifactId>tycho-surefire-plugin</artifactId>
28-
<version>${tycho.version}</version>
28+
<version>${tycho.version}</version>
29+
<configuration>
30+
<systemProperties>
31+
<org.eclipse.cdt.core.console>org.eclipse.cdt.core.systemConsole</org.eclipse.cdt.core.console>
32+
</systemProperties>
33+
</configuration>
2934
</plugin>
3035
</plugins>
3136
</build>

0 commit comments

Comments
 (0)