Publish ledger-on-memory (#7117)

CHANGELOG_BEGIN

- [Integration Kit] Publish package `com.daml:ledger-on-memory`.

CHANGELOG_END
This commit is contained in:
curiousleo-da 2020-08-13 14:32:04 +02:00 committed by GitHub
parent 00aacf21d7
commit e1bf421075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,7 @@ da_scala_library(
name = "ledger-on-memory",
srcs = glob(["src/main/scala/**/*.scala"]),
resources = glob(["src/main/resources/**/*"]),
tags = ["maven_coordinates=com.daml:daml-on-memory:__VERSION__"],
tags = ["maven_coordinates=com.daml:ledger-on-memory:__VERSION__"],
visibility = [
"//visibility:public",
],

View File

@ -87,6 +87,8 @@
type: jar-scala
- target: //ledger/ledger-api-test-tool:ledger-api-test-tool
type: jar-deploy
- target: //ledger/ledger-on-memory:ledger-on-memory
type: jar-scala
- target: //ledger/ledger-on-sql:ledger-on-sql
type: jar-scala
- target: //ledger/metrics:metrics