| 123456789101112131415161718192021 |
- /*
- * 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: 2025-11-21 10:24:13
- */
- apply from: '../../config.gradle'
- def bos = ext.path.bos
- def trd = ext.path.trd
- def cus = ext.path.cus
- def biz = ext.path.biz
- dependencies {
- api fileTree(dir: bos, include: '*.jar')
- api fileTree(dir: trd, include: '*.jar')
- api fileTree(dir: biz, include: '*.jar')
- runtimeOnly fileTree(dir: cus, include: '*.jar')
- }
|