mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-24 16:48:02 -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
|
||||
allprojects { p ->
|
||||
if (p.path.startsWith(":deprecated")) {
|
||||
if (p.path.startsWith(":deprecated") || metaProjects.contains(p.name)) {
|
||||
return
|
||||
}
|
||||
sourceSets p.sourceSets.main, p.sourceSets.client, p.sourceSets.testmod, p.sourceSets.testmodClient
|
||||
|
|
Loading…
Reference in a new issue