build.gradle 496 B

123456789101112131415161718192021
  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. implementation 'io.swagger:swagger-models'
  12. api 'cc-lotus.cloud:wxapi-gateway'
  13. api project(':ruoyi-framework')
  14. api project(':ruoyi-system')
  15. api project(':ruoyi-common')
  16. }
  17. group = 'cc-lotus.ruoyi'
  18. description = 'ruoyi-community 社区信息化模块'