This is an automated email from the ASF dual-hosted git repository.

damjan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit c09e96c517f9fb1efa7399a4f6c9e002ea5377a1
Author: Damjan Jovanovic <[email protected]>
AuthorDate: Fri May 9 18:36:16 2025 +0200

    Make Java 1.7 the minimum version.
    
    Patch by: me
---
 test/build.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/build.xml b/test/build.xml
index f59027f629..8b44b34c8c 100644
--- a/test/build.xml
+++ b/test/build.xml
@@ -85,7 +85,7 @@
        </target>
 
        <target name="testcommon.compile" depends="testcommon.init, 
prepare.junit">
-               <javac destdir="testcommon/bin" debug="on" source="1.6" 
target="1.6" encoding="utf-8" includeantruntime="false">
+               <javac destdir="testcommon/bin" debug="on" source="1.7" 
target="1.7" encoding="utf-8" includeantruntime="false">
                        <src path="testcommon/source"/>
                        <classpath>
                                <fileset dir="lib">
@@ -105,7 +105,7 @@
        </target>
 
        <target name="testgui.compile" depends="testcommon.compile, 
testgui.init">
-               <javac destdir="testgui/bin" debug="on" source="1.6" 
target="1.6" encoding="utf-8" includeantruntime="false">
+               <javac destdir="testgui/bin" debug="on" source="1.7" 
target="1.7" encoding="utf-8" includeantruntime="false">
                        <src path="testgui/source"/>
                        <classpath>
                                <fileset dir="lib">
@@ -126,7 +126,7 @@
        </target>
 
        <target name="testuno.compile" depends="testcommon.compile, 
testuno.init">
-               <javac destdir="testuno/bin" debug="on" source="1.6" 
target="1.6" encoding="utf-8" includeantruntime="false">
+               <javac destdir="testuno/bin" debug="on" source="1.7" 
target="1.7" encoding="utf-8" includeantruntime="false">
                        <src path="testuno/source"/>
                        <classpath>
                                <fileset dir="lib">

Reply via email to