Clarify comment

This commit is contained in:
Daz DeBoer 2022-08-25 20:26:16 -06:00
parent 164712adb1
commit 531cc21aeb
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D

View file

@ -32,7 +32,8 @@ if (isTopLevelBuild) {
if (gradle.rootProject.pluginManager.hasPlugin("com.gradle.build-scan")) {
captureUsingBuildScanPublished(gradle.rootProject.extensions["buildScan"], gradle.rootProject, invocationId)
}
// We need to capture in buildFinished in case the plugin is applied but no build scan is published
// Always attempt to capture in buildFinished in case the plugin is applied but no build scan is published
// The `buildScanPublished` results will NOT be overwritten by this call
captureUsingBuildFinished(gradle, invocationId)
}
}