gradle.properties 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. JVM_TARGET = 1.8
  2. JDK_VERSION = 8
  3. #SYBOTAN_KOTLIN_VERSION = 1.3.5.17
  4. #SYBOTAN_SERVICE_VERSION = 1.3.5.41
  5. #
  6. #MAVEN_REPO_PUBLIC_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-public/
  7. #MAVEN_REPO_RELEASE_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-releases/
  8. #MAVEN_REPO_SNAPSHOT_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-snapshots/
  9. #NEXUS_USERNAME = saga
  10. #NEXUS_PASSWORD = saga
  11. # https://mvnrepository.com/artifact/com.aliyun.oss/aliyun-sdk-oss
  12. ALIYUN_OSS_VERSION = 3.3.0
  13. # https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
  14. COMMONS_LANG_VERSION = 3.8
  15. # https://mvnrepository.com/artifact/org.jetbrains.dokka/dokka-gradle-plugin
  16. DOKKA_VERSION = 0.9.16
  17. # https://mvnrepository.com/artifact/com.alibaba/druid
  18. DRUID_VERSION = 1.1.10
  19. # https://mvnrepository.com/artifact/com.android.tools.build/gradle
  20. GRADLE_VERSION = 3.3.2
  21. # https://mvnrepository.com/artifact/io.grpc/grpc-all
  22. GRPC_VERSION = 1.19.0
  23. # https://mvnrepository.com/artifact/org.jline/jline
  24. JLINE_VERSION = 3.9.0
  25. # https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
  26. JUNIT_VERSION = 4.3.1
  27. KOTLIN_VERSION = 1.3.20
  28. # https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-starter
  29. MYBATIS_VERSION = 2.0.0
  30. # https://mvnrepository.com/artifact/mysql/mysql-connector-java
  31. MYSQL_VERSION = 8.0.12
  32. # https://mvnrepository.com/artifact/io.netty/netty-all
  33. NETTY_VERSION = 4.1.33.Final
  34. # https://mvnrepository.com/artifact/javax.persistence/persistence-api
  35. PERSISTENCE_VERSION = 1.0.2
  36. # https://mvnrepository.com/artifact/org.postgresql/postgresql
  37. POSTGRESQL_VERSION = 42.2.5
  38. # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-lite
  39. PROTOBUF_VERSION = 3.7.0
  40. #/ https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin
  41. PROTOBUF_GRADLE_VERSION = 0.8.8
  42. # https://mvnrepository.com/artifact/org.slf4j/slf4j-api
  43. SLF4J_VERSION = 1.7.25
  44. # https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
  45. SPRING_BOOT_VERSION = 2.1.3.RELEASE
  46. # https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-eureka-server
  47. SPRING_CLOUD_VERSION = 1.4.6.RELEASE
  48. # https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-config
  49. SPRING_CLOUD_CONFIG_VERSION = 2.0.2.RELEASE
  50. # https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui
  51. SWAGGER_VERSION = 2.9.2
  52. # https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator
  53. VALIDATOR_VERSION = 6.0.13.Final
  54. # https://mvnrepository.com/artifact/com.google.zxing/core
  55. ZXING_VERSION = 3.3.3
  56. # https://repo.spring.io/milestone
  57. SPRING_CLOUD_DEPENDENCIES = Finchley.RELEASE