Skip to content

Instantly share code, notes, and snippets.

@ahmed3elshaer
Created May 5, 2020 12:18
Show Gist options
  • Save ahmed3elshaer/b6d01c2c90a73fa59bd176a16c89927c to your computer and use it in GitHub Desktop.
Save ahmed3elshaer/b6d01c2c90a73fa59bd176a16c89927c to your computer and use it in GitHub Desktop.
Local modules examples
include ':ApiBaseModule', ':BaseModule', ':IdentityModule', ':TransactionsApiModule', ':StaticModule'
project(':ApiBaseModule').projectDir = new File('/Users/ahmedelshaer/Projects/Trella-Files/trella-apibasemodule-module/APIBase')
project(':BaseModule').projectDir = new File('/Users/ahmedelshaer/Projects/Trella-Files/trella-basemodule-module/base_module')
project(':IdentityModule').projectDir = new File('/Users/ahmedelshaer/Projects/Trella-Files/trella-identitiymodule-module/identity')
project(':TransactionsApiModule').projectDir = new File('/Users/ahmedelshaer/Projects/Trella-Files/trella-transactionsapimodule-module/transactionsApi')
project(':StaticModule').projectDir = new File('/Users/ahmedelshaer/Projects/Trella-Files/trella-staticmodule-module/staticModule')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment