jonathan gafner
07/31/2024, 12:00 PMVampire
07/31/2024, 1:34 PMI don’t want to create a dedicated subproject and add a dependency each time a new subproject is createdIs the first part the problem or mainly the second?
jonathan gafner
07/31/2024, 1:34 PMjonathan gafner
07/31/2024, 1:35 PMVampire
07/31/2024, 1:36 PMdependencies {
rootProject.allProjects.forEach {
jacocoAggregation(it)
}
}jonathan gafner
07/31/2024, 1:37 PMVampire
07/31/2024, 1:39 PMjacocoAggregation configuration which projects should be aggregated.jonathan gafner
07/31/2024, 1:40 PMjonathan gafner
07/31/2024, 1:41 PMVampire
07/31/2024, 1:42 PM