build.gradle 407 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. implementation 'org.apache.velocity:velocity-engine-core'
  11. implementation 'commons-collections:commons-collections'
  12. implementation project(':ruoyi-common')
  13. }
  14. description = 'ruoyi-generator 代码生成'