build.gradle 420 B

123456789101112131415161718
  1. /*
  2. * This file was generated by the Gradle 'init' task.
  3. *
  4. * This project uses @Incubating APIs which are subject to change.
  5. */
  6. plugins {
  7. id 'com.ruoyi.java-library'
  8. id 'com.ruoyi.kotlin-library'
  9. }
  10. dependencies {
  11. api project(':ruoyi-common')
  12. api project(':ruoyi-community')
  13. implementation 'io.swagger:swagger-models'
  14. }
  15. group = 'cc-lotus.ruoyi'
  16. description = 'biz-discount 折扣金管理模块'