First step to buildability with jdk9

OBS-URL: https://build.opensuse.org/package/show/Java:packages/junit?expand=0&rev=14
This commit is contained in:
2017-09-08 08:44:36 +00:00
committed by Git OBS Bridge
parent 9e96bd6bd1
commit 3962846aec
3 changed files with 28 additions and 1 deletions

13
junit-jdk9.patch Normal file
View File

@@ -0,0 +1,13 @@
--- junit-r4.11/build.xml 2012-11-13 21:10:09.000000000 +0100
+++ junit-r4.11/build.xml 2017-09-08 10:38:22.639250431 +0200
@@ -71,8 +71,8 @@
debug="on"
classpath="@{classpath}"
includeantruntime="false"
- source="1.5"
- target="1.5"
+ source="1.6"
+ target="1.6"
>
<compilerarg value="-Xlint:unchecked" />
</javac>