Skip to content

Commit 99a6109

Browse files
ahornaceVladimir Kotal
authored andcommitted
Java 9 compilation support (#1786)
1 parent 437cfcd commit 99a6109

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,10 @@ Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
151151

152152
<target name="get-java-version">
153153
<condition property="java.version.checked">
154-
<equals arg1="${ant.java.version}" arg2="1.8"/>
154+
<or>
155+
<equals arg1="${ant.java.version}" arg2="1.8"/>
156+
<equals arg1="${ant.java.version}" arg2="9"/>
157+
</or>
155158
</condition>
156159
</target>
157160

0 commit comments

Comments
 (0)