Skip to content

Commit f8a40fe

Browse files
committed
hacky conflict fix
1 parent f32a663 commit f8a40fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ ext {
3030

3131
measureBuilds {
3232
enable = findProperty('measureBuildsEnabled')?.toBoolean() ?: false
33+
onBuildMetricsReadyListener { report ->
3334
SlowSlowTasksMetricsReporter.report(report)
3435
InternalA8cCiReporter.reportBlocking(
3536
report,
3637
"wordpress",
3738
findProperty('appsMetricsToken')
3839
)
3940
}
41+
}
4042
attachGradleScanId = System.getenv('CI')?.toBoolean() ?: false
4143
}
4244

0 commit comments

Comments
 (0)