Skip to content

Instantly share code, notes, and snippets.

@passsy
Created January 27, 2017 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save passsy/cea319bf7efcb92ce8d0825cdc8319a6 to your computer and use it in GitHub Desktop.
Save passsy/cea319bf7efcb92ce8d0825cdc8319a6 to your computer and use it in GitHub Desktop.
ThirtyInch includeBuild
dependencies {
compile "ThirtyInch:thirtyinch"
compile "ThirtyInch:thirtyinch-rx"
compile "ThirtyInch:thirtyinch-plugin"
testCompile "ThirtyInch:thirtyinch-test"
}
includeBuild('../ThirtyInch') {
dependencySubstitution {
substitute module('ThirtyInch:thirtyinch') with project(':thirtyinch')
substitute module('ThirtyInch:thirtyinch-rx') with project(':rx')
substitute module('ThirtyInch:thirtyinch-rx') with project(':rx2')
substitute module('ThirtyInch:thirtyinch-plugin') with project(':plugin')
substitute module('ThirtyInch:thirtyinch-test') with project(':test')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment