From 190382b57e720db056cdc11efdcac116ef130633 Mon Sep 17 00:00:00 2001 From: Sebastian Westemeyer Date: Fri, 20 Dec 2024 08:51:35 +0100 Subject: [PATCH] Update module configuration schema as suggested in pull request Co-authored-by: Julian Blazek --- src/main/resources/schema/configModule.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/schema/configModule.schema.json b/src/main/resources/schema/configModule.schema.json index 014e65d..f892904 100644 --- a/src/main/resources/schema/configModule.schema.json +++ b/src/main/resources/schema/configModule.schema.json @@ -17,7 +17,7 @@ }, "moduleSDK": { "type": "object", - "description": "The project SDK settings.", + "description": "The module SDK to be used.", "required": [ "name", "type"