salesforce / rules_spring

Bazel rule for building Spring Boot apps as a deployable jar
BSD 3-Clause "New" or "Revised" License
224 stars 48 forks source link

Create a MODULE.bazel file to support bzlmod #140

Closed plaird closed 2 years ago

plaird commented 2 years ago

Today at BazelCon they gave a lot of details of the new bzlmod package manager for Bazel.

Here is the video: https://www.youtube.com/watch?v=TxOCKtU39Fs

Here is the repo: https://github.com/bazelbuild/bzlmod

Because we don't currently bring in any mandatory dependencies, I believe our MODULE.bazel file will be empty except for the name block. After doing this, we should register in the central registry. https://github.com/bazelbuild/bazel-central-registry

plaird commented 2 years ago

Added a basic MODULE.bazel file.