summaryrefslogtreecommitdiff
path: root/libfonts-1.1.2.java11.patch
blob: 5aae626f6ede351b3a493e6d9617ec737ed10525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- libfonts-1.1.3/common_build.xml	2020-05-05 19:47:17.413675774 +0100
+++ libfonts-1.1.3/common_build.xml	2020-05-05 19:47:24.239734072 +0100
@@ -136,8 +136,8 @@
   <property name="javac.deprecation"
             value="true"
             description="Indicates whether source should be compiled with deprecation information" />
-  <property name="javac.source" value="1.5" description="Provide source compatibility with specified release" />
-  <property name="javac.target" value="1.5" description="Generate class files for specific VM version" />
+  <property name="javac.source" value="1.6" description="Provide source compatibility with specified release" />
+  <property name="javac.target" value="1.6" description="Generate class files for specific VM version" />
 
   <!-- Build Cache properties -->
   <property name="build.cache.dir"