Invalid NativePlatform: linux_aarch64

Hi,

I am trying to install a project from a provided wrapper. The build worked on other machines x86 linux machines, but failed on a Linux 14.04 ARM 64 machine. The error is:

Invalid NativePlatform: linux_aarch64

when I try “./gradlew printArch”, I get “arm”.

Any suggestions would be greatly appreciated. I am brand new to Gradle. Thanks