27 lines
1016 B
Groovy
27 lines
1016 B
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-07-03 10:20:57
|
||
|
*/
|
||
|
rootProject.name = System.getProperty('artifactId')
|
||
|
|
||
|
include(
|
||
|
'shkd-cosmic-debug',
|
||
|
':shkd-base-common',
|
||
|
':shkd-base-helper',
|
||
|
|
||
|
':shkd-fi-fi',
|
||
|
)
|
||
|
|
||
|
// -------------- 引入苍穹调试工程模块 --------------
|
||
|
//project(':shkd-cosmic-debug').projectDir = new File('shkd-cosmic-debug')
|
||
|
|
||
|
// -------------- 引入公共基础模块 --------------
|
||
|
project(':shkd-base-common').projectDir = new File('base/shkd-base-common')
|
||
|
project(':shkd-base-helper').projectDir = new File('base/shkd-base-helper')
|
||
|
|
||
|
// -------------- 引入fi云-fi应用模块 --------------
|
||
|
project(':shkd-fi-fi').projectDir = new File('fi/shkd-fi-fi')
|