File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 7171 <property name =" LINUX32_BUNDLED_JVM" value =" none" />
7272 <property name =" LINUX64_BUNDLED_JVM" value =" none" />
7373 <property name =" LINUXARM_BUNDLED_JVM" value =" none" />
74+ <property name =" LINUXAARCH64_BUNDLED_JVM" value =" none" />
7475 <condition property =" linux-bundle-jvm-task" value =" noop" >
7576 <and >
7677 <equals arg1=" ${ LINUX32_BUNDLED_JVM } " arg2=" none" />
7778 <equals arg1=" ${ LINUX64_BUNDLED_JVM } " arg2=" none" />
7879 <equals arg1=" ${ LINUXARM_BUNDLED_JVM } " arg2=" none" />
80+ <equals arg1=" ${ LINUXAARCH64_BUNDLED_JVM } " arg2=" none" />
7981 </and >
8082 </condition >
8183 <condition property =" linux-bundle-jvm-task" value =" bundle" >
8991 <not >
9092 <equals arg1=" ${ LINUXARM_BUNDLED_JVM } " arg2=" none" />
9193 </not >
94+ <not >
95+ <equals arg1=" ${ LINUXAARCH64_BUNDLED_JVM } " arg2=" none" />
96+ </not >
9297 </or >
9398 </condition >
9499
You can’t perform that action at this time.
0 commit comments