gradle.properties 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. PERSAGY_URL = http://www.persagy.cn
  2. PERSAGY_KOTLIN_VERSION = 1.4.173
  3. PERSAGY_SERVICE_VERSION = 1.4.228
  4. #\u5907\u4EFD\u8C03\u6574\u52A8\u6001\u8868\u660E\uFF0C\u66F4\u65B0\u7F6E\u7A7A\u5217\u8868\u524D
  5. #PERSAGY_KOTLIN_VERSION = 1.4.121
  6. #PERSAGY_SERVICE_VERSION = 1.4.164
  7. #PERSAGY_KOTLIN_VERSION = 1.4.129
  8. #PERSAGY_SERVICE_VERSION = 1.4.164
  9. #PERSAGY_KOTLIN_VERSION = 1.4.128
  10. #PERSAGY_SERVICE_VERSION = 1.4.165
  11. MAVEN_REPO_PUBLIC_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-public/
  12. MAVEN_REPO_RELEASE_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-releases/
  13. MAVEN_REPO_SNAPSHOT_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-snapshots/
  14. NEXUS_USERNAME = saga
  15. NEXUS_PASSWORD = saga
  16. LICENSE_NAME = The Apache Software License, Version 2.0
  17. LICENSE_URL = http://www.apache.org/licenses/LICENSE-2.0.txt
  18. DEVELOPER_ID = Andy.Sybotan
  19. DEVELOPER_NAME = Andy
  20. JVM_TARGET = 1.8
  21. JDK_VERSION = 8
  22. # https://mvnrepository.com/artifact/org.postgresql/postgresql
  23. POSTGRESQL_VERSION=42.2.5
  24. ## https://mvnrepository.com/artifact/com.aliyun.oss/aliyun-sdk-oss
  25. #ALIYUN_OSS_VERSION=3.3.0
  26. # https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
  27. COMMONS_LANG_VERSION=3.8
  28. # https://mvnrepository.com/artifact/org.jetbrains.dokka/dokka-gradle-plugin
  29. DOKKA_VERSION=0.9.16
  30. # https://mvnrepository.com/artifact/com.alibaba/druid
  31. DRUID_VERSION=1.1.10
  32. # https://mvnrepository.com/artifact/com.android.tools.build/gradle
  33. GRADLE_VERSION=3.3.2
  34. # https://mvnrepository.com/artifact/org.jline/jline
  35. JLINE_VERSION=3.9.0
  36. # https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
  37. JUNIT_VERSION=4.3.1
  38. # https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-starter
  39. MYBATIS_VERSION=1.3.2
  40. # https://mvnrepository.com/artifact/mysql/mysql-connector-java
  41. MYSQL_VERSION=8.0.12
  42. # https://mvnrepository.com/artifact/javax.persistence/persistence-api
  43. PERSISTENCE_VERSION=1.0.2
  44. # https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml
  45. POI_VERSION=4.0.1
  46. # https://mvnrepository.com/artifact/org.slf4j/slf4j-api
  47. SLF4J_VERSION=1.7.25
  48. ## https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
  49. #SPRING_BOOT_VERSION=2.1.3.RELEASE
  50. ## https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-eureka-server
  51. #SPRING_CLOUD_VERSION=1.4.6.RELEASE
  52. ## https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-config
  53. #SPRING_CLOUD_CONFIG_VERSION=2.0.2.RELEASE
  54. # https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui
  55. SWAGGER_VERSION=2.9.2
  56. # https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator
  57. VALIDATOR_VERSION=6.0.13.Final
  58. ## https://mvnrepository.com/artifact/com.google.zxing/core
  59. #ZXING_VERSION=3.3.0
  60. ## https://repo.spring.io/milestone
  61. #SPRING_CLOUD_DEPENDENCIES=Finchley.RELEASE
  62. ## https://mvnrepository.com/artifact/org.testng/testng
  63. #TESTNG_VERSION=6.14.3
  64. ## https://mvnrepository.com/artifact/com.google.protobuf/protobuf-lite
  65. #PROTOBUF_VERSION = 3.7.0
  66. ##/ https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin
  67. #PROTOBUF_GRADLE_VERSION = 0.8.8
  68. ## https://mvnrepository.com/artifact/io.netty/netty-all
  69. #NETTY_VERSION = 4.1.33.Final
  70. # https://mvnrepository.com/artifact/com.google.zxing/core
  71. ZXING_VERSION = 3.3.1
  72. # https://mvnrepository.com/artifact/com.aliyun.oss/aliyun-sdk-oss
  73. ALIYUN_OSS_VERSION=3.8.0
  74. # https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-jdk8
  75. KOTLIN_VERSION = 1.3.61
  76. # https://mvnrepository.com/artifact/io.netty/netty-all
  77. NETTY_VERSION = 4.1.44.Final
  78. # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-lite
  79. PROTOBUF_VERSION = 3.11.1
  80. # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin
  81. PROTOBUF_GRADLE_VERSION = 0.8.10
  82. # https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
  83. SPRING_BOOT_VERSION = 2.2.2.RELEASE
  84. # https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-eureka-server
  85. SPRING_CLOUD_VERSION = 1.4.7.RELEASE
  86. # https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-config
  87. SPRING_CLOUD_CONFIG_VERSION = 2.2.0.RELEASE
  88. # https://repo.spring.io/milestone
  89. SPRING_CLOUD_DEPENDENCIES = Hoxton.RELEASE
  90. # https://mvnrepository.com/artifact/org.springframework.kafka/spring-kafka
  91. SPRING_KAFKA_VERSION = 2.4.0.RELEASE
  92. # https://mvnrepository.com/artifact/com.alibaba/druid-spring-boot-starter
  93. SPRING_DRUID_VERSION = 1.1.21
  94. # https://mvnrepository.com/artifact/com.github.xiaoymin/swagger-bootstrap-ui
  95. SWAGGER_BOOTSTRAP_VERSION = 1.9.6
  96. # https://mvnrepository.com/artifact/org.testng/testng
  97. TESTNG_VERSION = 7.1.0
  98. LOMBOK_VERSION = 1.16.16
  99. # https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-ui
  100. SPRING_DOC_VERSION = 1.4.8
  101. # https://mvnrepository.com/artifact/com.credibledoc/plantuml-core
  102. PLANTUML_VERSION = 1.0.24