trying more modifications to investigate failing tests on CI system

This commit is contained in:
Martin Lippert
2020-12-26 17:32:25 +01:00
parent 6a218747c5
commit e78318032b
2 changed files with 2 additions and 1 deletions

View File

@@ -213,6 +213,7 @@
<excludes>
<exclude>test-projects/**</exclude>
</excludes>
<argLine>-Dorg.eclipse.jdt.disable_JRT_cache=true</argLine>
</configuration>
</plugin>

View File

@@ -1,4 +1,4 @@
package org.test;
public interface LoopedInterface2 extends LoopedInterface1 {
public interface LoopedInterface2 /* extends LoopedInterface1 */ {
}