daml/templates/quickstart-java/daml.yaml.template
Sofia Faro 2500d4fd9f
Make quickstart-java template work with canton sandbox. (#12453)
* Make quickstart-java template work with canton

Also update the quickstart-java release test instructions to use the new sandbox. This is a bit more involved than before, because of the party names being different every time, but I hope this is not too much of a burden. The test here is similar to what gets tested in the assistant integration test for quickstart-java.

changelog_begin
changelog_end

* try to fix indentation
2022-01-18 11:49:52 +00:00

15 lines
331 B
Plaintext

sdk-version: __VERSION__
name: quickstart
source: daml
init-script: Main:initialize
version: 0.0.1
dependencies:
- daml-prim
- daml-stdlib
- daml-script
codegen:
java:
package-prefix: com.daml.quickstart.model
output-directory: target/generated-sources/iou
decoderClass: com.daml.quickstart.iou.TemplateDecoder