jdom2/0002-More-adapt-build-javac-1.8.patch
Petr Šabata ca6103edfa RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/jdom2#edd3ffdcd3074c4c1412350276260bebfc6e03e9
2020-10-15 14:15:00 +02:00

16 lines
625 B
Diff

diff --git a/build.xml b/build.xml
index cd7c2ed..f86b76a 100644
--- a/build.xml
+++ b/build.xml
@@ -47,8 +47,8 @@ For instructions on how to build JDOM, please view the README.txt file.
<property name="compile.debug" value="true" />
<property name="compile.optimize" value="true" />
- <property name="compile.target" value="1.5" />
- <property name="compile.source" value="1.5" />
+ <property name="compile.target" value="1.8" />
+ <property name="compile.source" value="1.8" />
<property name="compile.deprecation" value="true" />
<property name="build" value="./build"/>