-
Notifications
You must be signed in to change notification settings - Fork 1
/
gradle.properties
29 lines (28 loc) · 1.04 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
springBootVersion=2.3.4.RELEASE
springBootCloudVersion=2.2.5.RELEASE
springDependencyManagentVersion=1.0.9.RELEASE
springRetryVersion=1.3.0
springAopVersion=5.2.9.RELEASE
javaVersion=14
openApiVersion=1.2.32
protobufVersion=3.13.0
grpcVersion=1.32.1
apacheAnnotationsApi=6.0.53
grpcCsharpVersion=2.32.0
grpcSpringBootVersion=2.10.1.RELEASE
osDetectorVersion=1.6.2
protobufGradleVersion=0.8.13
js2pVersion=1.0.2
generatorVersion=0.5-SNAPSHOT
googleCodingStyle=0.9
testContainersVersion=1.14.3
embeddedPostgresContainerVersion=1.82
grpcTestingVersion=1.32.1
awaitilityVersion=4.0.3
messageqApiVersion=0.0.4-SNAPSHOT
artifactorySnapshotLocalUrl=http://localhost:9090/artifactory/libs-snapshot-local/
artifactoryReleaseLocalUrl=http://localhost:9090/artifactory/libs-release-local/
artifactoryUser=${security.getCurrentUsername()}
artifactoryPassword=${security.getEncryptedPassword()!"AP3aWGJK5WzoXSxSxD7Lu1dM1Y3"}
artifactoryLocalRepoUrl=http://localhost:9090/artifactory/libs-snapshot-local
artifactoryReleaseRepoUrl=http://localhost:9090/artifactory/libs-release-local