HelloCorda/gradle.properties

39 lines
1.1 KiB
Properties
Raw Normal View History

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.0.0.190-DevPreview-2
2022-11-25 15:09:01 +01:00
cordaApiVersion=5.0.0.505-Beta1.0-HC00
# Specify the version of the cordapp-cpb and cordapp-cpk plugins
2022-11-25 15:09:01 +01:00
cordaPluginsVersion=7.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.
2022-11-25 15:09:01 +01:00
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
# Settings For Development Utilities
2022-11-25 15:09:01 +01:00
combinedWorkerVersion=5.0.0.0-Beta1.0-HC00
simulatorVersion=5.0.0.0-Beta1.0-HC00
cordaClusterURL=https://localhost:8888
cordaRpcUser=admin
cordaRpcPasswd=admin
devEnvWorkspace=workspace
dbContainerName=CSDEpostgresql
# R3 internal repository
artifactoryContextUrl=https://staging.download.corda.net/maven/20ede3c6-29c0-11ed-966d-b7c36748b9f6-Beta1.0-HC00