forked from pool/apache-commons-beanutils
16 lines
633 B
Diff
16 lines
633 B
Diff
--- commons-beanutils-1.9.2-src/build.xml 2014-05-25 19:24:55.000000000 +0200
|
|
+++ commons-beanutils-1.9.2-src/build.xml 2017-09-14 10:40:26.676525095 +0200
|
|
@@ -62,10 +62,10 @@
|
|
|
|
|
|
<!-- Compiler source JDK version -->
|
|
- <property name="compile.source" value="1.5"/>
|
|
+ <property name="compile.source" value="8"/>
|
|
|
|
<!-- Compiler target JDK version -->
|
|
- <property name="compile.target" value="1.5"/>
|
|
+ <property name="compile.target" value="8"/>
|
|
|
|
<!-- Should Java compilations set the 'debug' compiler option? -->
|
|
<property name="compile.debug" value="true"/>
|