Skip to content

Commit ede5b9f

Browse files
committed
Fix build failure with Java 8.
1 parent 57df07b commit ede5b9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xstream/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,9 @@
311311
<source>1.8</source>
312312
<target>1.8</target>
313313
<excludes combine.self="override"/>
314-
<testExcludes combine.self="override"/>
314+
<testExcludes combine.self="override">
315+
<exclude>**/*9Test.java</exclude>
316+
</testExcludes>
315317
</configuration>
316318
<goals>
317319
<goal>compile</goal>

0 commit comments

Comments
 (0)