When I was trying to build StarRocks on my Mac, I met an error. Following is error messaging
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:19 min
[INFO] Finished at: 2022-06-14T08:39:27+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project fe-core: Could not resolve dependencies for project com.starrocks:fe-core:jar:3.4.0: com.starrocks:spark-dpp:jar:1.0.0 was not found in https://mirror.iscas.ac.cn/kunpeng/maven/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of kunpeng has elapsed or updates are forced -> [Help 1]
My Java version is
openjdk version "17.0.2" 2022-01-18
OpenJDK Runtime Environment (build 17.0.2+8-86)
OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing)
Could anyone help me?