Add the following lines to your .bazelrc:
common --registry=https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/
common --registry=https://bcr.bazel.build
# IDE setup
bazel run //tools:ide_support
# Verify licenses:
bazel run //tools:license.check.license_check
# Verify copyright:
bazel run //tools:copyright.check