CORE-9853: Update gradle.properties use Hawk1.0.1 (#39)
- use latest versions - whites space at end of file corrected by auto formatter
This commit is contained in:
parent
17df6087d3
commit
0e56eddc51
@ -2,14 +2,14 @@ kotlin.code.style=official
|
|||||||
|
|
||||||
# Specify the version of the Corda-API to use.
|
# 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.
|
# This needs to match the version supported by the Corda Cluster the CorDapp will run on.
|
||||||
cordaApiVersion=5.0.0.755-Hawk1.0
|
cordaApiVersion=5.0.0.755-Hawk1.0.1
|
||||||
|
|
||||||
# Specify the version of the notary plugins to use.
|
# 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.
|
# Currently packaged as part of corda-runtime-os, so should be set to a corda-runtime-os version.
|
||||||
cordaNotaryPluginsVersion=5.0.0.0-Hawk1.0
|
cordaNotaryPluginsVersion=5.0.0.0-Hawk1.0.1
|
||||||
|
|
||||||
# Specify the version of the Combined Worker to use
|
# Specify the version of the Combined Worker to use
|
||||||
combinedWorkerJarVersion=5.0.0.0-Hawk1.0
|
combinedWorkerJarVersion=5.0.0.0-Hawk1.0.1
|
||||||
|
|
||||||
# Specify the version of the cordapp-cpb and cordapp-cpk plugins
|
# Specify the version of the cordapp-cpb and cordapp-cpk plugins
|
||||||
cordaPluginsVersion=7.0.1
|
cordaPluginsVersion=7.0.1
|
||||||
@ -36,4 +36,4 @@ hamcrestVersion=2.2
|
|||||||
|
|
||||||
# R3 internal repository
|
# R3 internal repository
|
||||||
# Use this version when pointing to artefacts in artifactory that have not been published to S3
|
# Use this version when pointing to artefacts in artifactory that have not been published to S3
|
||||||
artifactoryContextUrl=https://software.r3.com/artifactory
|
artifactoryContextUrl=https://software.r3.com/artifactory
|
||||||
|
Loading…
Reference in New Issue
Block a user