build.gradle 270 B

123456789101112131415
  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. }
  12. description = 'ruoyi-system 系统模块'