123456789101112131415161718192021 |
- /*
- * This file was generated by the Gradle 'init' task.
- *
- * This project uses @Incubating APIs which are subject to change.
- */
- plugins {
- id 'com.ruoyi.java-library'
- id 'com.ruoyi.kotlin-library'
- }
- dependencies {
- implementation 'io.swagger:swagger-models'
- api 'cc-lotus.cloud:wxapi-gateway'
- api project(':ruoyi-framework')
- api project(':ruoyi-system')
- api project(':ruoyi-common')
- }
- group = 'cc-lotus.ruoyi'
- description = 'ruoyi-community 社区信息化模块'
|