From 9f67729c46e4520b7994b982b400612750cc2345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=A9lois?= Date: Thu, 7 Sep 2023 17:59:44 +0200 Subject: [PATCH] Update smithy-build.json to avoid loading target folder --- src/main/g8/smithy-build.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/g8/smithy-build.json b/src/main/g8/smithy-build.json index 9274d70..c41a60c 100644 --- a/src/main/g8/smithy-build.json +++ b/src/main/g8/smithy-build.json @@ -4,5 +4,8 @@ "com.disneystreaming.smithy4s:smithy4s-protocol:$smithy4s_version$", "com.disneystreaming.alloy:alloy-core:0.1.21" ] - } + }, + "imports": [ + "./src" + ] }