CXKG/settings.gradle

37 lines
1.9 KiB
Groovy

/**
* This is a kingdee cosmic template project that is automatically generated by the Kingdee cosmic development assistant plugin.
* If there are any issues during the use process, you can provide feedback to the kingdee developer community website.
* Website: https://developer.kingdee.com/developer?productLineId=29
* Author: liebin.zheng
* Generate Date: 2024-05-06 10:17:02
*/
rootProject.name = System.getProperty('artifactId')
//includeFlat ('shkd-base','shkd-shkdcx')
include(
'shkd-cosmic-debug',
':shkd-base-common',
':shkd-base-helper',
':shkd-shkdcx-shkdcx-common',
':shkd-shkdcx-shkdcx-business',
':shkd-shkdcx-shkdcx-plugin',
':shkd-shkdcx-shkdcx-report',
':shkd-shkdcx-shkdcx-mservice',
':shkd-shkdcx-shkdcx-webapi',
)
// -------------- 引入苍穹调试工程模块 --------------
//project(':shkd-cosmic-debug').projectDir = new File('shkd-cosmic-debug')
// -------------- 引入公共基础模块 --------------
project(':shkd-base-common').projectDir = new File('shkd-base/shkd-base-common')
project(':shkd-base-helper').projectDir = new File('shkd-base/shkd-base-helper')
// -------------- 引入cCloud1云-shkdcx应用模块 --------------
project(':shkd-shkdcx-shkdcx-common').projectDir = new File('shkd-shkdcx/shkd-shkdcx-shkdcx/shkd-shkdcx-shkdcx-common')
project(':shkd-shkdcx-shkdcx-business').projectDir = new File('shkd-shkdcx/shkd-shkdcx-shkdcx/shkd-shkdcx-shkdcx-business')
project(':shkd-shkdcx-shkdcx-plugin').projectDir = new File('shkd-shkdcx/shkd-shkdcx-shkdcx/shkd-shkdcx-shkdcx-plugin')
project(':shkd-shkdcx-shkdcx-report').projectDir = new File('shkd-shkdcx/shkd-shkdcx-shkdcx/shkd-shkdcx-shkdcx-report')
project(':shkd-shkdcx-shkdcx-mservice').projectDir = new File('shkd-shkdcx/shkd-shkdcx-shkdcx/shkd-shkdcx-shkdcx-mservice')
project(':shkd-shkdcx-shkdcx-webapi').projectDir = new File('shkd-shkdcx/shkd-shkdcx-shkdcx/shkd-shkdcx-shkdcx-webapi')