Skip to content

Commit bb0f0cf

Browse files
committed
fix: include resource files for dsl sample
The DSL sample loads sampleflow.json from the classpath resources. Without this include, the resource directory is not extracted.
1 parent 00a2524 commit bb0f0cf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

temporal-sample.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ samples:
110110
dest: src/main/java/io/temporal/samples/dsl
111111
description: DSL-driven workflow steps defined in JSON
112112
sdk_version: "1.32.1"
113+
include:
114+
- path: core/src/main/resources/dsl
115+
dest: src/main/resources/dsl
113116
commands:
114117
- cmd: "./gradlew -q execute -PmainClass=io.temporal.samples.dsl.Starter"
115118
- path: core/src/main/java/io/temporal/samples/fileprocessing

0 commit comments

Comments
 (0)