@@ -18,8 +18,8 @@ group = extra["project.group"] as String
1818version = extra[" project.version.id" ] as String
1919
2020val publicModulePathSet = setOf (
21- rootProject.projects.documentifyCore.identityPath.path,
22- rootProject.projects.documentifyPlugin.identityPath.path,
21+ rootProject.projects.documentifyProject. documentifyCore.identityPath.path,
22+ rootProject.projects.documentifyProject. documentifyPlugin.identityPath.path,
2323 rootProject.projects.documentifyProject.documentifyMvc.identityPath.path,
2424 rootProject.projects.documentifyProject.documentifyReactive.identityPath.path,
2525 rootProject.projects.documentifyStarters.documentifyStarterMvc.identityPath.path,
@@ -124,7 +124,7 @@ repositories {
124124kover {
125125 merge {
126126 projects(
127- rootProject.projects.documentifyCore.identityPath.path,
127+ rootProject.projects.documentifyProject. documentifyCore.identityPath.path,
128128 rootProject.projects.documentifyProject.documentifyMvc.identityPath.path,
129129 rootProject.projects.documentifyProject.documentifyReactive.identityPath.path,
130130 rootProject.projects.documentifySample.mvcSample.identityPath.path,
@@ -136,4 +136,4 @@ kover {
136136 excludes.classes.add(" **.sample.**" )
137137 }
138138 }
139- }
139+ }
0 commit comments