Skip to content

Instantly share code, notes, and snippets.

@pshirshov
Created October 8, 2019 08:31
Show Gist options
  • Save pshirshov/0d2245d5c6f7071a27123b54d239359a to your computer and use it in GitHub Desktop.
Save pshirshov/0d2245d5c6f7071a27123b54d239359a 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