-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgradle.properties
More file actions
69 lines (62 loc) · 2.57 KB
/
Copy pathgradle.properties
File metadata and controls
69 lines (62 loc) · 2.57 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
group=io.github.danielliu1123
version=4.1.0-SNAPSHOT
# Spring related
# https://github.com/spring-projects/spring-boot
springBootVersion=4.1.0
# https://docs.spring.io/spring-cloud-release/reference/index.html
# https://central.sonatype.com/artifact/org.springframework.cloud/spring-cloud-dependencies
#springCloudVersion=2025.1.2
springCloudCommonsVersion=5.0.2
# gRPC related
# https://central.sonatype.com/artifact/io.grpc/grpc-protobuf/dependencies
grpcVersion=1.82.1
# https://central.sonatype.com/artifact/com.google.api/api-common/dependencies
googleApiCommonVersion=2.64.0
# https://central.sonatype.com/artifact/com.google.protobuf/protobuf-java
protobufVersion=4.35.1
# https://central.sonatype.com/artifact/io.grpc/grpc-protobuf/dependencies
protoGoogleCommonProtosVersion=2.64.1
# https://github.com/bufbuild/protoc-gen-validate
# >= 1.2.0 works with protobuf 4.x
# https://github.com/bufbuild/protoc-gen-validate/blob/v1.1.0/java/pom.xml#L42
pgvVersion=1.3.3
# https://github.com/bufbuild/protovalidate-java
# see https://github.com/bufbuild/protovalidate-java/releases/tag/v0.3.0
# NOTE: Protobuf broke backward compatibility in version 4.x, but restored it in versions >= 4.26.x.
# Therefore, protobufVersion values must be >= 4.26.x
protovalidateVersion=1.2.2
# https://central.sonatype.com/artifact/build.buf/protovalidate/
# https://github.com/google/cel-java
celVersion=0.12.0
# https://github.com/springdoc/springdoc-openapi
springdocVersion=3.0.3
# https://github.com/DanielLiu1123/springdoc-bridge
springdocBridgeVersion=1.0.1
# Plugins
# https://github.com/google/protobuf-gradle-plugin
protobufPluginVersion=0.10.0
# https://github.com/spring-gradle-plugins/dependency-management-plugin
springDependencyManagementPluginVersion=1.1.7
# https://github.com/graalvm/native-build-tools
graalvmBuildToolsVersion=1.1.3
# https://plugins.gradle.org/plugin/com.diffplug.spotless
spotlessVersion=8.7.0
# https://github.com/rodnansol/spring-configuration-property-documenter
springConfigPropertyDocumenterPluginVersion=0.7.2
# https://github.com/tbroyer/gradle-errorprone-plugin
errorPronePluginVersion=5.1.0
# https://github.com/uber/nullaway
nullAwayVersion=0.13.7
# https://github.com/google/error-prone
# 2.43.0 needs JDK 21+: https://github.com/google/error-prone/releases/tag/v2.43.0
errorProneCoreVersion=2.42.0
# Publishing
# https://github.com/DanielLiu1123/maven-deployer
deployerVersion=0.5.2
# Others
# https://github.com/DanielLiu1123/classpath-replacer
classpathReplacerVersion=3.2.0
org.gradle.jvmargs=-Xmx4g
org.gradle.configuration-cache=true
org.gradle.parallel=true
org.gradle.caching=true