Skip to content

Commit c5be91c

Browse files
committed
build: bump measure-builds to 2.0.3
The plugin no longer assumes that the authToken will be in `gradle.properties`, so we need to provide it in `measureBuilds` extension.
1 parent 60dd8cb commit c5be91c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ ext {
111111
measureBuilds {
112112
enable = findProperty('measureBuildsEnabled')?.toBoolean() ?: false
113113
automatticProject = MeasureBuildsExtension.AutomatticProject.WordPress
114+
authToken = findProperty('appsMetricsToken')
114115
attachGradleScanId = System.getenv('CI')?.toBoolean() ?: false
115116
}
116117

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77
gradle.ext.daggerVersion = "2.46.1"
88
gradle.ext.detektVersion = '1.23.0'
99
gradle.ext.violationCommentsVersion = '1.67'
10-
gradle.ext.measureBuildsVersion = '2.0.2'
10+
gradle.ext.measureBuildsVersion = '2.0.3'
1111

1212
plugins {
1313
id "org.jetbrains.kotlin.android" version gradle.ext.kotlinVersion

0 commit comments

Comments
 (0)