Skip to content

Commit

Permalink
Add SDK_ID so that it does not warn during codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
jterapin committed Jul 24, 2024
1 parent 4841993 commit 07e1c6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public final class RubySettings {
public static RubySettings from(ObjectNode config) {
RubySettings settings = new RubySettings();
config.warnIfAdditionalProperties(
Arrays.asList(SERVICE, MODULE, GEMSPEC, GEM_NAME, GEM_VERSION, GEM_SUMMARY));
Arrays.asList(SERVICE, MODULE, GEMSPEC, GEM_NAME, GEM_VERSION, GEM_SUMMARY, SDK_ID));

settings.setService(config.expectStringMember(SERVICE).expectShapeId());
// module and namespace
Expand Down

0 comments on commit 07e1c6e

Please sign in to comment.