Skip to content

Commit

Permalink
Enable workspace for rules_scala (#6739)
Browse files Browse the repository at this point in the history
  • Loading branch information
mai93 committed Sep 6, 2024
1 parent c616753 commit 44b468e
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 783 deletions.
4 changes: 3 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ build --deleted_packages=aspect/testing/tests/src/com/google/idea/blaze/aspect/i
query --deleted_packages=aspect/testing/tests/src/com/google/idea/blaze/aspect/integration/testdata,clwb/tests/projects/simple/main

common --enable_bzlmod
common --enable_workspace # to load rules_scala from WORKSPACE.bzlmod
common --android_sdk=@androidsdk//:sdk

# Required for CLion integration tests on windows
startup --windows_enable_symlinks
build --enable_runfiles
build --enable_runfiles
Loading

0 comments on commit 44b468e

Please sign in to comment.