gradle.properties 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. #
  2. # *********************************************************************************************************************
  3. #
  4. # iFHS7.
  5. # ;BBMBMBMc rZMBMBR BMB
  6. # MBEr:;PBM, 7MBMMEOBB: BBB RBW
  7. # XK: BO SB. :SZ MBM. c;; ir BBM :FFr :SSF: ;xBMB:r iuGXv. i:. iF2;
  8. # DBBM0r. :D S7 ;XMBMB GMBMu. MBM: BMB MBMBBBMBMS WMBMBMBBK MBMBMBM BMBRBMBW .MBMBMBMBB
  9. # :JMRMMD .. , 1MMRM1; ;MBMBBR: MBM ;MB: BMB: MBM. RMBr sBMH BM0 UMB, BMB. KMBv
  10. # ;. XOW B1; :uM: 1RE, i .2BMBs rMB. MBO MBO JMB; MBB MBM BBS 7MBMBOBM: MBW :BMc
  11. # OBRJ.SEE MRDOWOR, 3DE:7OBM . ;BMB RMR7BM BMB MBB. BMB ,BMR .BBZ MMB rMB, BMM rMB7
  12. # :FBRO0D0 RKXSXPR. JOKOOMPi BMBSSWBMB; BMBB: MBMB0ZMBMS .BMBOXRBMB MBMDE RBM2;SMBM; MBB xBM2
  13. # iZGE O0SHSPO. uGZ7. sBMBMBDL :BMO OZu:BMBK, rRBMB0; ,EBMB xBMBr:ER. RDU :OO;
  14. # ,BZ, 1D0 RPSFHXR. xWZ .SMr . .BBB
  15. # :0BMRDG RESSSKR. 2WOMBW; BMBMR
  16. # i0BM: SWKHKGO MBDv
  17. # .UB OOGDM. MK, Copyright (c) 2015-2019. ˹��̹������
  18. # , XMW ..
  19. # r All rights reserved.
  20. #
  21. # *********************************************************************************************************************
  22. #
  23. SAGA_URL = http://www.sagacloud.cn
  24. SAGA_KOTLIN_VERSION = 1.4.109
  25. SAGA_SERVICE_VERSION = 1.4.148
  26. MAVEN_REPO_PUBLIC_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-public/
  27. MAVEN_REPO_RELEASE_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-releases/
  28. MAVEN_REPO_SNAPSHOT_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-snapshots/
  29. NEXUS_USERNAME = saga
  30. NEXUS_PASSWORD = saga
  31. LICENSE_NAME = The Apache Software License, Version 2.0
  32. LICENSE_URL = http://www.apache.org/licenses/LICENSE-2.0.txt
  33. DEVELOPER_ID = Andy.Sybotan
  34. DEVELOPER_NAME = Andy
  35. JVM_TARGET = 1.8
  36. JDK_VERSION = 8
  37. # https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
  38. COMMONS_LANG_VERSION = 3.9
  39. # https://mvnrepository.com/artifact/org.jetbrains.dokka/dokka-gradle-plugin
  40. DOKKA_VERSION = 0.9.16
  41. # https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-jdk8
  42. KOTLIN_VERSION = 1.3.61
  43. # https://mvnrepository.com/artifact/org.apache.shiro/shiro-spring-boot-web-starter
  44. SHIRO_VERSION = 1.4.2
  45. # https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
  46. SPRING_BOOT_VERSION = 2.2.2.RELEASE
  47. # https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-eureka-server
  48. SPRING_CLOUD_VERSION = 1.4.7.RELEASE
  49. # https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-config
  50. SPRING_CLOUD_CONFIG_VERSION = 2.2.0.RELEASE
  51. # https://mvnrepository.com/artifact/com.alibaba/druid-spring-boot-starter
  52. SPRING_DRUID_VERSION = 1.1.20
  53. # https://mvnrepository.com/artifact/org.springframework.kafka/spring-kafka
  54. SPRING_KAFKA_VERSION = 2.4.0.RELEASE
  55. # https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-starter
  56. SPRING_MYBATIS_VERSION = 2.1.1
  57. # https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui
  58. SWAGGER_VERSION = 2.9.2
  59. # https://mvnrepository.com/artifact/org.testng/testng
  60. TESTNG_VERSION = 7.0.0
  61. # https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator
  62. VALIDATOR_VERSION = 6.1.0.Final
  63. # https://mvnrepository.com/artifact/com.google.zxing/core
  64. # ������
  65. ZXING_VERSION = 3.2.1
  66. # https://repo.spring.io/milestone
  67. SPRING_CLOUD_DEPENDENCIES = Finchley.RELEASE
  68. GRADLE_SSH_VERSION = 2.9.0