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 79639c3791
commit 6c988d1b0e

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 -> {