trying more modifications to investigate failing tests on CI system
This commit is contained in:
@@ -213,6 +213,7 @@
|
||||
<excludes>
|
||||
<exclude>test-projects/**</exclude>
|
||||
</excludes>
|
||||
<argLine>-Dorg.eclipse.jdt.disable_JRT_cache=true</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.test;
|
||||
|
||||
public interface LoopedInterface2 extends LoopedInterface1 {
|
||||
public interface LoopedInterface2 /* extends LoopedInterface1 */ {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user