diff --git a/build/sbt-config/repositories b/build/sbt-config/repositories index ffa3fc3f7..628c5ea55 100644 --- a/build/sbt-config/repositories +++ b/build/sbt-config/repositories @@ -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 diff --git a/build/sbt-config/repositories-asia.template b/build/sbt-config/repositories-asia.template index ae201139d..45ba8c32d 100644 --- a/build/sbt-config/repositories-asia.template +++ b/build/sbt-config/repositories-asia.template @@ -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. diff --git a/build/sbt-config/repositories-cn.template b/build/sbt-config/repositories-cn.template index eb75ff217..a07ac96f8 100644 --- a/build/sbt-config/repositories-cn.template +++ b/build/sbt-config/repositories-cn.template @@ -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.