This commit is contained in:
parent
f233822205
commit
d9dbedeab2
@ -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:29:29.026966561 +0200
|
||||||
+++ mysql-connector-j-8.1.0/build.xml 2023-09-18 09:57:49.098353360 +0200
|
+++ mysql-connector-j-8.1.0/build.xml 2023-09-18 09:59:22.378978201 +0200
|
||||||
@@ -1129,6 +1129,7 @@
|
@@ -1129,12 +1129,13 @@
|
||||||
<target name="-compile-driver" depends="-init, -clean-classes">
|
<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>
|
<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=""
|
<javac sourcepath=""
|
||||||
srcdir="${com.mysql.cj.build.dir.driver}"
|
srcdir="${com.mysql.cj.build.dir.driver}"
|
||||||
destdir="${com.mysql.cj.build.compiler.output}"
|
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 @@
|
@@ -1145,30 +1146,34 @@
|
||||||
<classpath refid="com.mysql.cj.build.classpath" />
|
<classpath refid="com.mysql.cj.build.classpath" />
|
||||||
<compilerarg line="${javac.compilerarg}" />
|
<compilerarg line="${javac.compilerarg}" />
|
||||||
|
Loading…
Reference in New Issue
Block a user