Skip to content

Commit

Permalink
remove deve depedency arguments, clean cache
Browse files Browse the repository at this point in the history
  • Loading branch information
restingbull committed Dec 8, 2023
1 parent 92c4aa2 commit bebfc11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ tasks:
platform: ubuntu1804
working_directory: examples/android
bazel: last_green
shell_commands:
- bazel clean --expunge --async && bazel shutdown
test_flags:
- "--incompatible_enable_android_toolchain_resolution"
- "--android_platforms=//:arm64-v8a"
Expand Down Expand Up @@ -123,6 +125,7 @@ tasks:
name: "Example - Trivial Bzlmod (Ubuntu 18.04)"
platform: ubuntu1804
working_directory: examples/trivial
- bazel clean --expunge --async && bazel shutdown
build_flags:
- "--enable_bzlmod=true"
test_flags:
Expand Down
3 changes: 0 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ bazel_dep(
rules_kotlin_extensions = use_extension(
"//src/main/starlark/core/repositories:bzlmod_setup.bzl",
"rules_kotlin_extensions",
dev_dependency = True,
)

use_repo(
Expand Down Expand Up @@ -62,14 +61,12 @@ use_repo(remote_android_extensions, "android_gmaven_r8", "android_tools")

bazel_dep(
name = "rules_jvm_external",
dev_dependency = True,
version = "5.3",
)

maven = use_extension(
"@rules_jvm_external//:extensions.bzl",
"maven",
dev_dependency = True,
)

maven.install(
Expand Down

0 comments on commit bebfc11

Please sign in to comment.