Skip to content

natansil/bazel-for-scala-101-workshop

Repository files navigation

bazel-101-workshop

pre-requisites

Install Bazel

general guidelines

Open each exercise seperatly (on intellij or any other ide/editor you prefer)

First run bazel build //... --repository_cache="/tmp" to see the failure, before you try to solve the issue

(Note: Each exercise is in a completely indepedant bazel workspace (which means dependency repo fetching could have ocurred for each exercise) repository_cache speeds up fetching by caching rules_scala repo for all workspaces)

Pre-Exercise

  1. hello world

Exercises

  1. rules_scala
  2. missing internal dependency
  3. missing external dependency
  4. strict deps failure
  5. visibility
  6. test size

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •