Skip to content

Commit

Permalink
ES-2028: Update cordapp template to support 5.2-GA (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelnenov-r3 authored Apr 16, 2024
1 parent 2278f8d commit 7a5257c
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 959 deletions.
20 changes: 0 additions & 20 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ allprojects {
cordaRuntimePluginWorkspaceDir = "workspace"
cordaBinDir = "${System.getProperty("user.home")}/.corda/corda5"
cordaCliBinDir = "${System.getProperty("user.home")}/.corda/cli"

// Only need to supply these if you want to use an unpublished version
artifactoryUsername = findProperty('cordaArtifactoryUsername') ?: System.getenv('CORDA_ARTIFACTORY_USERNAME')
artifactoryPassword = findProperty('cordaArtifactoryPassword') ?: System.getenv('CORDA_ARTIFACTORY_PASSWORD')
}

java {
Expand All @@ -58,22 +54,6 @@ allprojects {
// All dependencies are held in Maven Central
mavenLocal()
mavenCentral()

// R3 Internal repositories for dev
// Repository provides Corda 5 binaries that implement Corda-API.
// These will be made publicly available.
// Final location to be decided.
// Repository subject to change
maven {
url = "$artifactoryContextUrl/corda-os-maven"
authentication {
basic(BasicAuthentication)
}
credentials {
username = findProperty('cordaArtifactoryUsername') ?: System.getenv('CORDA_ARTIFACTORY_USERNAME')
password = findProperty('cordaArtifactoryPassword') ?: System.getenv('CORDA_ARTIFACTORY_PASSWORD')
}
}
}

tasks.withType(Test).configureEach {
Expand Down
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/corda-os-combined-worker-kafka:5.2.0.0
depends_on:
- postgresql
- kafka
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7a5257c

Please sign in to comment.