gradle.properties 5.9 KB

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