/* * 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' } dependencies { api project(':ruoyi-common') } description = 'ruoyi-system 系统模块'