File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 55 <!-- echo message="os.version = ${os.version}" /-->
66
77 <!-- Sets properties for macosx/windows/linux depending on current system -->
8- <condition property =" platform" value =" macosx-java-latest" ><os family =" mac" /></condition >
98 <condition property =" platform" value =" macosx" >
109 <and >
1110 <os family =" mac" />
1211 <matches string =" ${ os.version } " pattern =" ^10.[56]." />
1312 </and >
1413 </condition >
14+ <condition property =" platform" value =" macosx-java-latest" ><os family =" mac" /></condition >
1515 <condition property =" platform" value =" windows" ><os family =" windows" /></condition >
1616 <condition property =" platform" value =" linux32" ><os family =" unix" arch =" i386" /></condition >
1717 <condition property =" platform" value =" linux64" ><os family =" unix" arch =" amd64" /></condition >
You can’t perform that action at this time.
0 commit comments