gradle.properties 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. # *********************************************************************************************************************
  2. #
  3. # :*$@@%$*: ;: ;; ;;
  4. # :@@%! :!@@%: %! ;%%@@%$ =@@@@@@@%; @%@@@%%%%@@@@@
  5. # :@%; :$= %%$$$%$$ ;$$ ;$@= !@$
  6. # =@! %! @ $=;% !@@@%: !$$$$$$$$$$$$$$=
  7. # =@* %! @ $= % %@= =%@! %=
  8. # *$%%! @@= ;=$%%%$*: %! @ $= % =%%%%%%@$ *%: =%
  9. # %@@!: !@@@%=$@@@@%! :*@@$: %! @ $= % $* ;@ @* :%*
  10. # ;@@! ;!!!;: ;@%: =======@%========* @ $$ % $%*****$@ :@$=*********=@$
  11. # $@* ;@@@%=!: *@*
  12. # =@$ ;;;!=%@@@@=! =@!
  13. # %@$: =@%: :*@@@* %@= Copyright (c) 2016-2019. \u5317\u4EAC\u4E0A\u683C\u4E91\u6280\u672F\u6709\u9650\u516C\u53F8
  14. # ;%@@$=$@@%* *@@@$=%@@%;
  15. # ::;:: ::;:: All rights reserved.
  16. #
  17. # *********************************************************************************************************************
  18. #
  19. SYBOTAN_URL = http://www.sybotan.com
  20. SYBOTAN_KOTLIN_VERSION = 1.4.92
  21. SYBOTAN_SERVICE_VERSION = 1.4.137
  22. SAGA_URL = http://www.sagaloud.cn
  23. SAGA_KOTLIN_VERSION = 1.4.108
  24. SAGA_SERVICE_VERSION = 1.4.140
  25. MAVEN_REPO_PUBLIC_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-public/
  26. MAVEN_REPO_RELEASE_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-releases/
  27. MAVEN_REPO_SNAPSHOT_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-snapshots/
  28. NEXUS_USERNAME = saga
  29. NEXUS_PASSWORD = saga
  30. LICENSE_NAME = The Apache Software License, Version 2.0
  31. LICENSE_URL = http://www.apache.org/licenses/LICENSE-2.0.txt
  32. DEVELOPER_ID = Andy.Sybotan
  33. DEVELOPER_NAME = Andy
  34. JVM_TARGET = 1.8
  35. JDK_VERSION = 8
  36. # https://mvnrepository.com/artifact/org.postgresql/postgresql
  37. POSTGRESQL_VERSION=42.2.5
  38. ## https://mvnrepository.com/artifact/com.aliyun.oss/aliyun-sdk-oss
  39. #ALIYUN_OSS_VERSION=3.3.0
  40. # https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
  41. COMMONS_LANG_VERSION=3.8
  42. # https://mvnrepository.com/artifact/org.jetbrains.dokka/dokka-gradle-plugin
  43. DOKKA_VERSION=0.9.16
  44. # https://mvnrepository.com/artifact/com.alibaba/druid
  45. DRUID_VERSION=1.1.10
  46. # https://mvnrepository.com/artifact/com.android.tools.build/gradle
  47. GRADLE_VERSION=3.3.2
  48. # https://mvnrepository.com/artifact/org.jline/jline
  49. JLINE_VERSION=3.9.0
  50. # https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
  51. JUNIT_VERSION=4.3.1
  52. # https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-starter
  53. MYBATIS_VERSION=1.3.2
  54. # https://mvnrepository.com/artifact/mysql/mysql-connector-java
  55. MYSQL_VERSION=8.0.12
  56. # https://mvnrepository.com/artifact/javax.persistence/persistence-api
  57. PERSISTENCE_VERSION=1.0.2
  58. # https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml
  59. POI_VERSION=4.0.1
  60. # https://mvnrepository.com/artifact/org.slf4j/slf4j-api
  61. SLF4J_VERSION=1.7.25
  62. ## https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
  63. #SPRING_BOOT_VERSION=2.1.3.RELEASE
  64. ## https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-eureka-server
  65. #SPRING_CLOUD_VERSION=1.4.6.RELEASE
  66. ## https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-config
  67. #SPRING_CLOUD_CONFIG_VERSION=2.0.2.RELEASE
  68. # https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui
  69. SWAGGER_VERSION=2.9.2
  70. # https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator
  71. VALIDATOR_VERSION=6.0.13.Final
  72. ## https://mvnrepository.com/artifact/com.google.zxing/core
  73. #ZXING_VERSION=3.3.0
  74. ## https://repo.spring.io/milestone
  75. #SPRING_CLOUD_DEPENDENCIES=Finchley.RELEASE
  76. ## https://mvnrepository.com/artifact/org.testng/testng
  77. #TESTNG_VERSION=6.14.3
  78. ## https://mvnrepository.com/artifact/com.google.protobuf/protobuf-lite
  79. #PROTOBUF_VERSION = 3.7.0
  80. ##/ https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin
  81. #PROTOBUF_GRADLE_VERSION = 0.8.8
  82. ## https://mvnrepository.com/artifact/io.netty/netty-all
  83. #NETTY_VERSION = 4.1.33.Final
  84. # https://mvnrepository.com/artifact/com.google.zxing/core
  85. ZXING_VERSION = 3.3.1
  86. # https://mvnrepository.com/artifact/com.aliyun.oss/aliyun-sdk-oss
  87. ALIYUN_OSS_VERSION=3.8.0
  88. # https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-jdk8
  89. KOTLIN_VERSION = 1.3.61
  90. # https://mvnrepository.com/artifact/io.netty/netty-all
  91. NETTY_VERSION = 4.1.44.Final
  92. # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-lite
  93. PROTOBUF_VERSION = 3.11.1
  94. # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin
  95. PROTOBUF_GRADLE_VERSION = 0.8.10
  96. # https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
  97. SPRING_BOOT_VERSION = 2.2.2.RELEASE
  98. # https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-eureka-server
  99. SPRING_CLOUD_VERSION = 1.4.7.RELEASE
  100. # https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-config
  101. SPRING_CLOUD_CONFIG_VERSION = 2.2.0.RELEASE
  102. # https://repo.spring.io/milestone
  103. SPRING_CLOUD_DEPENDENCIES = Hoxton.RELEASE
  104. # https://mvnrepository.com/artifact/org.testng/testng
  105. TESTNG_VERSION = 7.0.0
  106. # https://mvnrepository.com/artifact/org.springframework.kafka/spring-kafka
  107. SPRING_KAFKA_VERSION = 2.4.0.RELEASE