Skip to content

Commit

Permalink
add DEFAULT_ARTIFACT_REPOSITORY to repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmcgrady committed Jul 26, 2023
1 parent 4b2dcea commit 668577e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/sbt-config/repositories
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
local
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/}
private: ${DEFAULT_ARTIFACT_REPOSITORY-file:///dev/null}
gcs-maven-central-mirror: https://maven-central.storage-download.googleapis.com/repos/central/data/
maven-central
typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
Expand Down
1 change: 1 addition & 0 deletions build/sbt-config/repositories-cn.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@

[repositories]
local
private: ${DEFAULT_ARTIFACT_REPOSITORY-file:///dev/null}
aliyun-maven: https://maven.aliyun.com/nexus/content/groups/public/
huawei-central: https://mirrors.huaweicloud.com/repository/maven/

0 comments on commit 668577e

Please sign in to comment.