17 строки
719 B
Diff
17 строки
719 B
Diff
diff -urN commons-beanutils-1.9.4-src.orig/build.xml commons-beanutils-1.9.4-src/build.xml
|
|
--- commons-beanutils-1.9.4-src.orig/build.xml 2019-06-06 05:42:18.000000000 +0530
|
|
+++ commons-beanutils-1.9.4-src/build.xml 2022-11-07 16:09:45.512124608 +0530
|
|
@@ -62,10 +62,10 @@
|
|
|
|
|
|
<!-- Compiler source JDK version -->
|
|
- <property name="compile.source" value="1.5"/>
|
|
+ <property name="compile.source" value="11"/>
|
|
|
|
<!-- Compiler target JDK version -->
|
|
- <property name="compile.target" value="1.5"/>
|
|
+ <property name="compile.target" value="11"/>
|
|
|
|
<!-- Should Java compilations set the 'debug' compiler option? -->
|
|
<property name="compile.debug" value="true"/>
|