Skip to content

Commit

Permalink
Publish sandbox on x as a standalone JAR (#12386)
Browse files Browse the repository at this point in the history
Checked with @tudor-da that pkvutils does not rely on this being
available as a thin library.

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Jan 13, 2022
1 parent 1193f5d commit b7ded08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ledger/sandbox-on-x/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ da_scala_library(
resources = glob(["src/app/resources/**/*"]),
scala_deps = [
],
tags = ["maven_coordinates=com.daml:sandbox-on-x-app:__VERSION__"],
visibility = ["//visibility:public"],
deps = [
":sandbox-on-x",
Expand All @@ -115,6 +114,11 @@ da_scala_library(
da_scala_binary(
name = "app",
main_class = "com.daml.ledger.sandbox.Main",
tags = [
"fat_jar",
"maven_coordinates=com.daml:sandbox-on-x-app:__VERSION__",
"no_scala_version_suffix",
],
visibility = ["//visibility:public"],
runtime_deps = [
"@maven//:ch_qos_logback_logback_classic",
Expand Down
4 changes: 2 additions & 2 deletions release/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@
type: jar-scala
- target: //ledger/sandbox-on-x:sandbox-on-x
type: jar-scala
- target: //ledger/sandbox-on-x:sandbox-on-x-app
type: jar-scala
- target: //ledger/sandbox-on-x:app
type: jar-deploy
- target: //ledger/test-common:dar-files-1.14-lib
type: jar-scala
- target: //ledger/test-common:dar-files-1.dev-lib
Expand Down

0 comments on commit b7ded08

Please sign in to comment.