Skip to content

Commit

Permalink
CORE-18548: Add link manager boot configuration path
Browse files Browse the repository at this point in the history
  • Loading branch information
yift-r3 committed Dec 12, 2023
1 parent 8811d9d commit 3f0ebf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ private BootConfig() {
public static final String UNIQUENESS_WORKER_REST_ENDPOINT = BOOT_WORKER_SERVICE + ".endpoints.uniqueness";
public static final String PERSISTENCE_WORKER_REST_ENDPOINT = BOOT_WORKER_SERVICE + ".endpoints.persistence";
public static final String TOKEN_SELECTION_WORKER_REST_ENDPOINT = BOOT_WORKER_SERVICE + ".endpoints.tokenSelection";
public static final String P2P_LINK_MANAGER_WORKER_REST_ENDPOINT = BOOT_WORKER_SERVICE + ".endpoints.p2pLinkManager";
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cordaProductVersion = 5.2.0
# NOTE: update this each time this module contains a breaking change
## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to
## a per module property in which case module versions can change independently.
cordaApiRevision = 12
cordaApiRevision = 15

# Main
kotlinVersion = 1.8.21
Expand Down Expand Up @@ -34,4 +34,4 @@ org.gradle.caching = true
gradleEnterpriseUrl = https://gradle.dev.r3.com

# Kotlin build
kotlin.build.report.output=file,build_scan
kotlin.build.report.output=file,build_scan

0 comments on commit 3f0ebf0

Please sign in to comment.