Skip to content

Commit

Permalink
Remove duplicate output declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 30, 2024
1 parent e584000 commit 83e3898
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sample-project/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ tasks {
htmlReportFile.get().asFile.absolutePath
) + eventXmlFiles.files.map { it.absolutePath }.toList()
}
outputs.files(provider { eventXmlFiles.firstOrNull()?.let { xmlFile -> xmlFile.resolveSibling(xmlFile.nameWithoutExtension + ".html") } })
outputs.cacheIf { true }
}

Expand Down

0 comments on commit 83e3898

Please sign in to comment.