This is an automated email from the ASF dual-hosted git repository.
ardovm pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO41X by this push:
new 5a5de59 Add support for Azul JDK's
5a5de59 is described below
commit 5a5de594da9b5e283ddf91696613752c382591ca
Author: Arrigo Marchiori <[email protected]>
AuthorDate: Fri Feb 11 09:45:16 2022 +0100
Add support for Azul JDK's
---
main/scripting/java/build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/main/scripting/java/build.xml b/main/scripting/java/build.xml
index 176db83..017913d 100644
--- a/main/scripting/java/build.xml
+++ b/main/scripting/java/build.xml
@@ -97,6 +97,7 @@
<or>
<contains string="${java.vendor}" substring="Oracle"
casesensitive="false" />
<contains string="${java.vendor}" substring="adoptopenjdk"
casesensitive="false" />
+ <contains string="${java.vendor}" substring="azul"
casesensitive="false" />
</or>
</and>
</condition>