HelloCorda/gradle.properties

45 lines
1.4 KiB
Properties
Raw Normal View History

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-03-24 14:18:10 +01:00
cordaApiVersion=5.0.0.665-Gecko1.0
2023-01-24 14:30:47 +01:00
# Settings For Development Utilities
2023-03-24 14:18:10 +01:00
combinedWorkerVersion=5.0.0.0-Gecko1.0
simulatorVersion=5.0.0.0-Gecko1.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-03-24 14:18:10 +01:00
cordaNotaryPluginsVersion=5.0.0.0-Gecko1.0
2023-01-24 14:30:47 +01:00
# Specify the version of the cordapp-cpb and cordapp-cpk plugins
cordaPluginsVersion=7.0.1
# 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-01-30 15:54:23 +01:00
postgresqlVersion=42.4.3
2023-01-24 14:30:47 +01:00
cordaClusterURL=https://localhost:8888
cordaRpcUser=admin
cordaRpcPasswd=admin
devEnvWorkspace=workspace
dbContainerName=CSDEpostgresql
2023-03-16 19:29:57 +01:00
# R3 internal repository
#S3 version for HC and RC versions published by CD/CD team
2023-03-17 13:58:01 +01:00
artifactoryContextUrl=https://staging.download.corda.net/maven/20ede3c6-29c0-11ed-966d-b7c36748b9f6-Gecko-RC03/
#artifactoryContextUrl=https://staging.download.corda.net/maven/20ede3c6-29c0-11ed-966d-b7c36748b9f6-Gecko-RC02/