-
Notifications
You must be signed in to change notification settings - Fork 1
/
gradle.properties
72 lines (53 loc) · 1.93 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
org.gradle.jvmargs=-Dfile.encoding=UTF-8
org.gradle.java.installations.auto-download=false
cordautxoVersion=1.0.1
kotlin.code.style=official
# Specify the version of the Corda-API to use.
# This needs to match the version supported by the Corda Cluster the CorDapp will run on.
cordaApiVersion=5.2.1.53-beta+
# E2e test utilities should come from runtime-os
cordaRuntimeOsVersion=5.2.1.0-beta+
# Specify the version of the notary plugins to use, if left blank this will default to value of cordaRuntimeOsVersion
cordaNotaryPluginsVersion=5.2.1.0-beta+
# Specify the version of the cordapp-cpb2 and cordapp-cpk2 plugins
cordaPluginsVersion=7.0.4
# Specify the version of the corda5-contract-testing to use in contract tests.
cordaContractTestingVersion = 2.0.0
# For the time being this just needs to be set to a dummy value.
platformVersion = 999
# Version of Kotlin to use.
# We recommend using a version close to that used by Corda-API.
kotlinVersion=1.8.20
# Do not use default dependencies.
kotlin.stdlib.default.dependency=false
# Test Tooling Dependency Versions
jacksonVersion = 2.14.2
junitVersion = 5.9.2
assertjVersion = 3.24.1
mockitoKotlinVersion=4.0.0
mockitoVersion=4.11.0
hamcrestVersion=2.2
log4jVersion = 2.20.0
slf4jVersion = 1.7.36
#postgresqlVersion=42.4.3
cordaClusterURL=https://localhost:8888
cordaRpcUser=admin
cordaRpcPasswd=admin
devEnvWorkspace=workspace
dbContainerName=CSDEpostgresql
# R3 internal repository
#S3 version for HC and RC versions published by CD/CD team
artifactoryContextUrl=https://software.r3.com/artifactory
artifactoryPluginVersion = 4.28.2
cordappVersionId=1
cordappVendorName=R3
cordapp.targetPlatformVersion=1000
internalPublishVersion = 1.+
gradleEnterpriseVersion = 3.12.2
gradleDataPlugin = 1.8.2
gradleEnterpriseUrl = https://gradle.dev.r3.com
# License
licenseName = The Apache License, Version 2.0
licenseUrl = http://www.apache.org/licenses/LICENSE-2.0.txt
# Sonar verison
sonarVersion = 5.0.0.4638