feat: jpa, messaging, notification, mongo, graphql 어댑터터 구현체 추가
This commit is contained in:
+3
-1
@@ -34,7 +34,9 @@ if (!(moduleRegistry.runtime_compositions instanceof List) ||
|
||||
moduleRegistryFile)
|
||||
}
|
||||
|
||||
int expectedModuleCount = 43
|
||||
// 44 after messaging-runtime-core. The count is written out rather than derived so that adding a
|
||||
// leaf is a decision somebody made here, not something a directory scan discovers.
|
||||
int expectedModuleCount = 44
|
||||
if (moduleRegistry.modules.size() != expectedModuleCount) {
|
||||
throw new GradleException(
|
||||
"Module registry must contain exactly ${expectedModuleCount} modules, " +
|
||||
|
||||
Reference in New Issue
Block a user