gradle.properties 1.1 KB

12345678910111213141516171819202122232425262728
  1. ### ----------------------------
  2. ### This is a kingdee cosmic template project that is automatically generated by the Kingdee cosmic development assistant plugin.
  3. ### If there are any issues during the use process, you can provide feedback to the kingdee developer community website.
  4. ### Website: https://developer.kingdee.com/developer?productLineId=29
  5. ### Author: liebin.zheng
  6. ### Generate Date: 2025-04-14 11:39:48
  7. ### ----------------------------
  8. systemProp.kddt_version=2.2.0-Beta
  9. systemProp.template_type=app
  10. systemProp.groupId=nckd.cosmic
  11. systemProp.artifactId=nckd-cosmic
  12. systemProp.version=1.0.0
  13. systemProp.ci_version=2.0
  14. systemProp.jdk.version=1.8
  15. systemProp.new_cosmic_project=true
  16. #--This is the developer flag
  17. systemProp.developer_flag=nckd
  18. #--This is the project flag
  19. systemProp.project_flag=jimin
  20. #--This is the project dir
  21. systemProp.project_dir=E:/workspacejm/jyyy
  22. #--This is the dir for cosmic project libs and static resouces
  23. systemProp.cosmic_home=E:/cosmic7/home
  24. #--Performance configuration for gradle build
  25. org.gradle.parallel=true
  26. org.gradle.daemon=true
  27. org.gradle.caching=true
  28. org.gradle.jvmargs=-Xms256m -Xmx1024m -XX:MaxMetaspaceSize=128m