[CELEBORN-1205] Disable Maven local caches to improve SBT building stability

### What changes were proposed in this pull request?
To eliminate build failure when using SBT.

### Why are the changes needed?
If the maven local cache is enabled, SBT can't find the correct dependencies.
If the maven local cache is disabled, SBT can find the correct dependencies.

### Does this PR introduce _any_ user-facing change?
NO

### How was this patch tested?
GA

Closes #2199 from FMX/b1205.

Authored-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
Signed-off-by: zky.zhoukeyong <zky.zhoukeyong@alibaba-inc.com>
This commit is contained in:
mingji 2024-01-02 21:47:08 +08:00 committed by zky.zhoukeyong
parent d1b30b2827
commit 7e05d64d04
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
[repositories]
local
mavenLocal: file://${user.home}/.m2/repository/
# mavenLocal: file://${user.home}/.m2/repository/
local-preloaded-ivy: file:///${sbt.preloaded-${sbt.global.base-${user.home}/.sbt}/preloaded/}, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext]
local-preloaded: file:///${sbt.preloaded-${sbt.global.base-${user.home}/.sbt}/preloaded/}
# The system property value of `celeborn.sbt.default.artifact.repository` is

View File

@ -24,7 +24,7 @@
[repositories]
local
mavenLocal: file://${user.home}/.m2/repository/
# mavenLocal: file://${user.home}/.m2/repository/
# The system property value of `celeborn.sbt.default.artifact.repository` is
# fetched from the environment variable `DEFAULT_ARTIFACT_REPOSITORY` and
# assigned within the build/sbt-launch-lib.bash script.

View File

@ -25,7 +25,7 @@
[repositories]
local
mavenLocal: file://${user.home}/.m2/repository/
# mavenLocal: file://${user.home}/.m2/repository/
# The system property value of `celeborn.sbt.default.artifact.repository` is
# fetched from the environment variable `DEFAULT_ARTIFACT_REPOSITORY` and
# assigned within the build/sbt-launch-lib.bash script.