Skip to content

Commit

Permalink
Build: Disable attach gradle scan id on measure builds plugin
Browse files Browse the repository at this point in the history
As discussed this feature wasn't very useful, not used once, and it is
planned to be removed.
  • Loading branch information
ParaskP7 committed Jan 17, 2025
1 parent 15ab1cf commit 140fa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ext {
measureBuilds {
enable = secretProperties.get('measureBuildsEnabled')?.toBoolean() ?: false
automatticProject = MeasureBuildsExtension.AutomatticProject.WooCommerce
attachGradleScanId = true
attachGradleScanId = false
authToken = secretProperties.get('appsMetricsToken')
}

Expand Down

0 comments on commit 140fa3f

Please sign in to comment.