Skip to content

Commit a051417

Browse files
authored
Update build.gradle (#1508)
1 parent 6c3f921 commit a051417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def computeBuildToolsVersion = { ->
8383
project.hasProperty("buildToolsVersion") ? buildToolsVersion : "29.0.2"
8484
}
8585

86-
def enableAnalytics = (project.hasProperty("gatherAnalyticsData") && project.useKotlin == "true")
86+
def enableAnalytics = (project.hasProperty("gatherAnalyticsData") && project.gatherAnalyticsData == "true")
8787
def analyticsFilePath = "$rootDir/analytics/build-statistics.json"
8888
def analyticsCollector = project.ext.AnalyticsCollector.withOutputPath(analyticsFilePath)
8989
if (enableKotlin && enableAnalytics) {

0 commit comments

Comments
 (0)