Created
October 7, 2019 19:27
-
-
Save pshirshov/6e0bfce3a8716add2d1a14cbfbe4229b 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