-
Notifications
You must be signed in to change notification settings - Fork 4
/
gradle.properties
51 lines (45 loc) · 1.87 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
group=io.github.danielliu1123
version=3.4.0-SNAPSHOT
# Spring related
# https://github.com/spring-projects/spring-boot
springBootVersion=3.4.0
# https://docs.spring.io/spring-cloud-release/reference/index.html
# https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies
#springCloudVersion=2023.0.3
springCloudContextVersion=4.1.4
# https://github.com/spring-gradle-plugins/dependency-management-plugin
springDependencyManagementVersion=1.1.6
# https://github.com/rodnansol/spring-configuration-property-documenter
springConfigurationPropertyDocumenterVersion=0.7.1
# gRPC related
# https://github.com/google/protobuf-gradle-plugin
protobufGradlePluginVersion=0.9.4
# https://central.sonatype.com/artifact/io.grpc/grpc-protobuf/dependencies
grpcVersion=1.68.1
# https://central.sonatype.com/artifact/com.google.api/api-common/dependencies
googleApiCommonVersion=2.40.0
# https://central.sonatype.com/artifact/io.grpc/grpc-protobuf/dependencies
protobufVersion=3.25.5
# https://central.sonatype.com/artifact/io.grpc/grpc-protobuf/dependencies
protoGoogleCommonProtosVersion=2.41.0
# https://github.com/bufbuild/protoc-gen-validate
pgvVersion=1.1.0
# https://github.com/bufbuild/protovalidate-java
# Do NOT upgrade, until protobuf for grpc upgrade to protobuf 4.x
# https://github.com/bufbuild/protovalidate-java/releases/tag/v0.3.0
protovalidateVersion=0.2.1
# https://github.com/graalvm/native-build-tools
graalvmBuildToolsVersion=0.10.3
# Code quality
# https://plugins.gradle.org/plugin/com.diffplug.gradle.spotless
spotlessVersion=6.25.0
# https://plugins.gradle.org/plugin/com.github.spotbugs
spotbugsVersion=6.0.26
# https://github.com/spotbugs/spotbugs-gradle-plugin/blob/master/build.gradle.kts
spotbugsAnnotationsVersion=4.8.6
# Others
javaxValidationApiVersion=1.3.2
classpathReplacerVersion=2.1.2
org.gradle.jvmargs=-Xmx2g
org.gradle.parallel=true
org.gradle.caching=true