[Java] GLIBC issue during Ray.init() call

I think the root cause is that we build jar in the CI environment, not in the manylinux2014 image. ray/pipeline.build.yml at master · ray-project/ray · GitHub

We release the jars in this steps ray/java-release-guide.md at master · ray-project/ray · GitHub.

@XiaodongLv Let’s move the compiling to the manylinux2014 image!