Skip to content

Commit

Permalink
Bump CI health plugin version to 0.73
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate committed Oct 16, 2019
1 parent d8fd0eb commit 261a6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -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")
Expand Down

0 comments on commit 261a6aa

Please sign in to comment.