2023-01-24 14:30:47 +01:00
|
|
|
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.
|
2023-05-26 17:26:25 +02:00
|
|
|
cordaApiVersion=5.0.0.763-Iguana1.0
|
2023-01-24 14:30:47 +01:00
|
|
|
|
|
|
|
# Specify the version of the notary plugins to use.
|
|
|
|
# Currently packaged as part of corda-runtime-os, so should be set to a corda-runtime-os version.
|
2023-05-26 17:26:25 +02:00
|
|
|
cordaNotaryPluginsVersion=5.0.0.0-Iguana1.0
|
2023-04-18 15:56:26 +02:00
|
|
|
|
|
|
|
# Specify the version of the Combined Worker to use
|
2023-05-26 17:26:25 +02:00
|
|
|
combinedWorkerJarVersion=5.0.0.0-Iguana1.0
|
2023-01-24 14:30:47 +01:00
|
|
|
|
|
|
|
# Specify the version of the cordapp-cpb and cordapp-cpk plugins
|
2023-05-04 17:29:22 +02:00
|
|
|
cordaPluginsVersion=7.0.3
|
2023-01-24 14:30:47 +01:00
|
|
|
|
2023-04-11 18:25:31 +02:00
|
|
|
# Specify the version of the CSDE gradle plugin to use
|
2023-06-15 17:43:29 +02:00
|
|
|
csdePluginVersion=1.2.0-alpha-+
|
2023-04-11 18:25:31 +02:00
|
|
|
|
2023-05-18 17:31:28 +02:00
|
|
|
# Specify the name of the workflows module
|
|
|
|
workflowsModule=workflows
|
|
|
|
|
2023-01-24 14:30:47 +01:00
|
|
|
# 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.7.21
|
|
|
|
|
|
|
|
# Do not use default dependencies.
|
|
|
|
kotlin.stdlib.default.dependency=false
|
|
|
|
|
|
|
|
# Test Tooling Dependency Versions
|
|
|
|
junitVersion = 5.8.2
|
|
|
|
mockitoKotlinVersion=4.0.0
|
|
|
|
mockitoVersion=4.6.1
|
|
|
|
hamcrestVersion=2.2
|
|
|
|
|
2023-06-15 17:43:29 +02:00
|
|
|
# Specify the maximum amount of time allowed for the CPI upload
|
|
|
|
# As your CorDapp grows you might need to increase this
|
|
|
|
# Value is in milliseconds
|
|
|
|
cpiUploadDefault=10000
|
2023-01-24 14:30:47 +01:00
|
|
|
|
2023-03-16 19:29:57 +01:00
|
|
|
# R3 internal repository
|
2023-04-11 18:25:31 +02:00
|
|
|
# Use this version when pointing to artefacts in artifactory that have not been published to S3
|
2023-05-03 15:19:31 +02:00
|
|
|
artifactoryContextUrl=https://software.r3.com/artifactory
|