Skip to content

Commit

Permalink
Update tagging plugin to 0.58
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate committed Mar 10, 2019
1 parent 91e9998 commit 2ebde5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
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.57")
id("org.gradle.ci.tag-single-build") version("0.58")
}

defaultTasks("assemble")
Expand Down

0 comments on commit 2ebde5f

Please sign in to comment.