Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
23723 amit.gupta 1
/*
2
 * This settings file was generated by the Gradle 'init' task.
3
 *
4
 * The settings file is used to specify which projects to include in your build.
5
 * In a single project build this file can be empty or even removed.
6
 *
7
 * Detailed information about configuring a multi-project build in Gradle can be found
8
 * in the user guide at https://docs.gradle.org/4.3/userguide/multi_project_builds.html
9
 */
10
 
11
/*
12
// To declare projects as part of a multi-project build use the 'include' method
13
include 'shared'
14
include 'api'
15
include 'services:webservice'
16
*/
17
 
18
rootProject.name = 'profitmandi-cron'
19
include ':ThriftConfig'
20
project(':ThriftConfig').projectDir = new File(settingsDir, '../ThriftConfig/')
21
include ':profitmandi-common'
22
project(':profitmandi-common').projectDir = new File(settingsDir, '../profitmandi-common')
23
include ':profitmandi-dao'
24
project(':profitmandi-dao').projectDir = new File(settingsDir, '../profitmandi-dao')