Skip to content

Commit

Permalink
Initial work
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelnenov-r3 committed Apr 15, 2024
1 parent 2278f8d commit c035d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/combined-worker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
]

corda:
image: corda-os-docker.software.r3.com/corda-os-combined-worker-kafka:5.2.0.0-RC02
image: corda-os-docker.software.r3.com/corda-os-combined-worker-kafka:5.2.0.0
depends_on:
- postgresql
- kafka
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ 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.0.49-RC02
cordaApiVersion=5.2.0.52

# 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.
cordaNotaryPluginsVersion=5.2.0.0-RC02
cordaNotaryPluginsVersion=5.2.0.0

# Specify the version of the cordapp-cpb and cordapp-cpk plugins
cordaPluginsVersion=7.0.4

# Specify the version of the Corda runtime Gradle plugin to use
cordaGradlePluginVersion=5.2.0.0-RC02
cordaGradlePluginVersion=5.2.0.0

# Specify the name of the workflows module
# This will be the name of the generated cpk and cpb files
Expand Down

0 comments on commit c035d89

Please sign in to comment.