build.gradle 441 B

12345678910111213141516171819
  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 'org.springframework.boot:spring-boot-starter-thymeleaf'
  12. api project(':ruoyi-common')
  13. api project(':ruoyi-framework')
  14. }
  15. group = 'cc-lotus.ruoyi'
  16. description = 'ruoyi-cms 内容管理模块'