Skip to content

Instantly share code, notes, and snippets.

@pshirshov
Created October 7, 2019 19:27
Show Gist options
  • Save pshirshov/6e0bfce3a8716add2d1a14cbfbe4229b to your computer and use it in GitHub Desktop.
Save pshirshov/6e0bfce3a8716add2d1a14cbfbe4229b to your computer and use it in GitHub Desktop.
Markdium-Monorepo or Multirepo? Role-Based Repositories
lazy val conditionalProject = if (condition) {
project.in(...)
} else {
null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment