Skip to content

Commit 90b755a

Browse files
committed
Fix comment
1 parent b073e72 commit 90b755a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/scripts/gradle/gradle-init-scripts/configure-gradle-enterprise.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def enableGradleEnterprise = Boolean.getBoolean("com.gradle.enterprise.build_val
5353

5454
clearWarnings()
5555

56-
// define a buildScanPublished listener that captures the build scan URL and sends it in a message to the server
56+
// define a buildScanPublished listener that captures the build scan data and appends to a file
5757
def buildScanPublishedAction = { def buildScan, rootProjectName ->
5858
if (buildScan.metaClass.respondsTo(buildScan, 'buildScanPublished', Action)) {
5959
def scanFile = new File(experimentDir, "build-scans.csv")

0 commit comments

Comments
 (0)