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:
13
junit-jdk9.patch
Normal file
13
junit-jdk9.patch
Normal 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>
|
Reference in New Issue
Block a user