gradle.properties 1.2 KB

1234567891011121314151617181920212223242526272829
  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-03-01 12:08:14
  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=wnq01
  20. systemProp.cosmic_libs_path=/var/jenkins_home/lib
  21. #--This is the project dir
  22. systemProp.project_dir=D:/ideaworkspace-wnqpoc/wnqpoc
  23. #--This is the dir for cosmic project libs and static resouces
  24. systemProp.cosmic_home=E:/cangqiong/cqfwconfig
  25. #--Performance configuration for gradle build
  26. org.gradle.parallel=true
  27. org.gradle.daemon=true
  28. org.gradle.caching=true
  29. org.gradle.jvmargs=-Xms512m -Xmx4024m -XX:MaxMetaspaceSize=512m