Add Kotlin label to Spring Data JDBC project.

See #198
This commit is contained in:
Mark Paluch
2022-02-07 08:50:10 +01:00
parent 4fb02265c7
commit facfb70127

View File

@@ -118,6 +118,7 @@ public class ProjectLabelConfiguration {
config.register(LabelFactories.IN_LABEL, "statement-builder", "SQL Statement builder API");
config.register(LabelFactories.IN_LABEL, "relational", "Relational module");
config.register(LabelFactories.IN_LABEL, "kotlin", "Kotlin support");
}));
labelConfigurations.put(Projects.JPA, commonLabels.mergeWith(coreMappingRepository).mergeWith(config -> {