build.gradle 339 B

1234567891011121314151617
  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. }
  9. dependencies {
  10. api project(':ruoyi-common')
  11. api project(':ruoyi-framework')
  12. api project(':ruoyi-system')
  13. }
  14. description = 'ruoyi-ext 扩展功能模块'