Skip to content

Commit

Permalink
Merge pull request #83 from codefuse-ai/fix-bazel
Browse files Browse the repository at this point in the history
[Chg] use aliyun maven repo
  • Loading branch information
ValKmjolnir authored Dec 18, 2024
2 parents 7576e88 + 6053320 commit 13dd654
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,14 @@ maven_install(
"org.osgi:osgi.core:5.0.0",
"biz.aQute.bnd:biz.aQute.bnd.annotation:6.3.1",
"org.codehaus.jettison:jettison:1.5.4",
"org.jetbrains:intellij-fernflower:1.2.1.16",

],
repositories = [
# Private repositories are supported through HTTP Basic auth
"http://mvn.dev.alipay.net/artifactory/content/groups/public/",
"http://mvn.test.alipay.net/artifactory/content/groups/public",
"https://maven.aliyun.com/repository/public",
"https://repo1.maven.org/maven2",
],
)

Expand Down
6 changes: 3 additions & 3 deletions language/java/extractor/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
java_import(
name = "lombok_jar",
jars = [
"@maven//:v1/http/mvn.dev.alipay.net/artifactory/content/groups/public/org/projectlombok/lombok/1.18.16/lombok-1.18.16.jar",
"@maven//:v1/https/maven.aliyun.com/repository/public/org/projectlombok/lombok/1.18.16/lombok-1.18.16.jar",
],
)

Expand All @@ -19,8 +19,8 @@ java_plugin(
java_import(
name = "picocli_jar",
jars = [
"@maven//:v1/http/mvn.dev.alipay.net/artifactory/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.jar",
"@maven//:v1/http/mvn.dev.alipay.net/artifactory/content/groups/public/info/picocli/picocli-codegen/4.6.1/picocli-codegen-4.6.1.jar",
"@maven//:v1/https/maven.aliyun.com/repository/public/info/picocli/picocli/4.6.1/picocli-4.6.1.jar",
"@maven//:v1/https/maven.aliyun.com/repository/public/info/picocli/picocli-codegen/4.6.1/picocli-codegen-4.6.1.jar",
],
)

Expand Down

0 comments on commit 13dd654

Please sign in to comment.