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")