Following the build steps in the readme results in several HASH mismatches, e.g.
for file: [ros2_java_ws/build_isolated/rcljava_common/jars/commons-lang3-3.7.jar]
expected hash: [6e8dc31e046508d9953c96534edf0c2e0bfe6f468966b5b842b3f87e43b6a847]
actual hash: [e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855]
status: [22;"HTTP response code said error"]
So apparently, the files that are being downloaded from "http://central.maven.org/maven2/org/apache/commons/commons-lang3/${commons_lang3_version}/commons-lang3-${commons_lang3_version}.jar", defined in the CMakeLists.txt under /ros2_java/rcljava_common, do not match the expected ones. Why is that?
Following the build steps in the readme results in several HASH mismatches, e.g.
So apparently, the files that are being downloaded from
"http://central.maven.org/maven2/org/apache/commons/commons-lang3/${commons_lang3_version}/commons-lang3-${commons_lang3_version}.jar", defined in theCMakeLists.txtunder/ros2_java/rcljava_common, do not match the expected ones. Why is that?