build.gradle 710 B

123456789101112131415161718192021
  1. /*
  2. * This is a kingdee cosmic template project that is automatically generated by the Kingdee cosmic development assistant plugin.
  3. * If there are any issues during the use process, you can provide feedback to the kingdee developer community website.
  4. * Website: https://developer.kingdee.com/developer?productLineId=29
  5. * Author: liebin.zheng
  6. * Generate Date: 2025-11-21 10:24:13
  7. */
  8. apply from: '../../config.gradle'
  9. def bos = ext.path.bos
  10. def trd = ext.path.trd
  11. def cus = ext.path.cus
  12. def biz = ext.path.biz
  13. dependencies {
  14. api fileTree(dir: bos, include: '*.jar')
  15. api fileTree(dir: trd, include: '*.jar')
  16. api fileTree(dir: biz, include: '*.jar')
  17. runtimeOnly fileTree(dir: cus, include: '*.jar')
  18. }