Skip to content

Commit

Permalink
[Fix #3782] Using relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado committed Nov 19, 2024
1 parent 97a4f2a commit 6b0981a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>${project.root.dir}/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources</directory>
<directory>../kogito-quarkus-serverless-workflow-integration-test/src/main/resources</directory>
<includes>
<include>expression.sw.json</include>
<include>schema/expressionInput.json</include>
Expand Down

0 comments on commit 6b0981a

Please sign in to comment.