Created
October 8, 2019 08:31
-
-
Save pshirshov/0d2245d5c6f7071a27123b54d239359a to your computer and use it in GitHub Desktop.
Markdium-Monorepo or Multirepo? Role-Based Repositories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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