mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-25 00:58:17 -05:00
parent
2521adacaf
commit
03225c2601
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ tasks.register('coverage', JacocoReport) {
|
||||||
|
|
||||||
// Add all source as input
|
// Add all source as input
|
||||||
allprojects { p ->
|
allprojects { p ->
|
||||||
if (p.path.startsWith(":deprecated")) {
|
if (p.path.startsWith(":deprecated") || metaProjects.contains(p.name)) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
sourceSets p.sourceSets.main, p.sourceSets.client, p.sourceSets.testmod, p.sourceSets.testmodClient
|
sourceSets p.sourceSets.main, p.sourceSets.client, p.sourceSets.testmod, p.sourceSets.testmodClient
|
||||||
|
|
Loading…
Reference in a new issue