26 lines
963 B
Diff
26 lines
963 B
Diff
From 7e9856cdde756339aa184c24cdb3d6a381bb5f11 Mon Sep 17 00:00:00 2001
|
|
From: Jakub Janco <jjanco@redhat.com>
|
|
Date: Fri, 22 Feb 2019 11:08:05 +0100
|
|
Subject: [PATCH] Fix version detection
|
|
|
|
---
|
|
build.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/build.xml b/build.xml
|
|
index 00b2d7eb..a790ee15 100644
|
|
--- a/build.xml
|
|
+++ b/build.xml
|
|
@@ -362,7 +362,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
|
|
<not>
|
|
<and>
|
|
<equals arg1="${com.mysql.cj.build.jdk.exitStatus}" arg2="0" />
|
|
- <contains string="${com.mysql.cj.build.jdk.version}" substring="java version "1.8" casesensitive="true" />
|
|
+ <contains string="${com.mysql.cj.build.jdk.version}" substring="openjdk version "1.8" casesensitive="true" />
|
|
</and>
|
|
</not>
|
|
</condition>
|
|
--
|
|
2.14.4
|
|
|