forked from google/dagger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the workspace_defs.bzl configuration and add a CI test.
There were a number of things broken in the workspace_defs.bzl configuration due to recent changes in our Hilt processors. This CL fixes those changes and also adds a task to our CI to test the example project that uses the workspace_defs.bzl. One thing to note is that there is still version skew when testing the example project. We're able to test the local workspace_defs.bzl, but we can only test that configuration against the HEAD-SNAPSHOT artifacts. Ideally, we would test against the LOCAL-SNAPSHOTS, but maven_install doesn't currently allow local repositories (bazel-contrib/rules_jvm_external#305). Closes google#2514 RELNOTES=N/A PiperOrigin-RevId: 396881609
- Loading branch information
Showing
3 changed files
with
45 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters