Skip to content

Commit

Permalink
Disable pinning since we have custom changes not reflected in maven i…
Browse files Browse the repository at this point in the history
…nstall json file
  • Loading branch information
oliviernotteghem committed Aug 4, 2024
1 parent b8a837b commit 27e7956
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,14 @@ maven.install(
"com.squareup.moshi:moshi-kotlin-codegen:1.15.0",
"com.google.auto.service:auto-service-annotations:jar:1.1.1",
],
fail_if_repin_required = True,
fetch_sources = True,
lock_file = "//:kotlin_rules_maven_install.json",
repositories = [
"https://maven-central.storage.googleapis.com/repos/central/data/",
"https://maven.google.com",
"https://repo1.maven.org/maven2",
],
)
use_repo(maven, "kotlin_rules_maven", "unpinned_kotlin_rules_maven")
use_repo(maven, "kotlin_rules_maven")

bazel_dep(name = "rules_pkg", version = "0.7.0")
bazel_dep(name = "stardoc", version = "0.5.6", repo_name = "io_bazel_stardoc")
Expand Down

0 comments on commit 27e7956

Please sign in to comment.