Fridrich Strba 2023-09-18 07:59:35 +00:00 committed by Git OBS Bridge
parent f233822205
commit d9dbedeab2

View File

@ -1,6 +1,6 @@
--- mysql-connector-j-8.1.0/build.xml 2023-09-18 09:29:29.026966561 +0200
+++ mysql-connector-j-8.1.0/build.xml 2023-09-18 09:57:49.098353360 +0200
@@ -1129,6 +1129,7 @@
+++ mysql-connector-j-8.1.0/build.xml 2023-09-18 09:59:22.378978201 +0200
@@ -1129,12 +1129,13 @@
<target name="-compile-driver" depends="-init, -clean-classes">
<echo>Compiling MySQL Connector/J with '${com.mysql.cj.build.jdk}' to '${com.mysql.cj.build.compiler.output}'</echo>
@ -8,6 +8,13 @@
<javac sourcepath=""
srcdir="${com.mysql.cj.build.dir.driver}"
destdir="${com.mysql.cj.build.compiler.output}"
deprecation="off"
debug="${com.mysql.cj.build.addDebugInfo}"
- fork="yes"
+ fork="no"
executable="${com.mysql.cj.build.jdk.javac}"
compiler="modern"
includeantruntime="false"
@@ -1145,30 +1146,34 @@
<classpath refid="com.mysql.cj.build.classpath" />
<compilerarg line="${javac.compilerarg}" />