From 261a6aa8c6ff0b5f62b0380ab4dae7a5a698d7ef Mon Sep 17 00:00:00 2001 From: Bo Zhang Date: Wed, 16 Oct 2019 13:40:58 +0800 Subject: [PATCH] Bump CI health plugin version to 0.73 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 72be90384c0d..181726c6f91e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ plugins { // We have to apply it here at the moment, so that when the build scan plugin is auto-applied via --scan can detect that // the plugin has been already applied. For that the plugin has to be applied with the new plugin DSL syntax. com.gradle.`build-scan` - id("org.gradle.ci.tag-single-build") version("0.67") + id("org.gradle.ci.tag-single-build") version("0.73") } defaultTasks("assemble")