Skip to content

Commit

Permalink
[push-back] logging
Browse files Browse the repository at this point in the history
  • Loading branch information
remal committed Dec 27, 2024
1 parent 1e60af6 commit 4098a30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradle/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ JacocoReport jacocoReportMerged = tasks.create('jacocoReportMerged', JacocoRepor
dependencies.withType(ModuleDependency).configureEach { it.transitive = false }
}
task.classDirectories.from(taskConf)
doFirst { task.classDirectories.files.forEach { println it } }

allprojects {
pluginManager.withPlugin('jacoco') {
Expand Down

0 comments on commit 4098a30

Please sign in to comment.