Skip to content

Commit

Permalink
Merge pull request #369 from Tapchicoma/fix-publishing-plugin
Browse files Browse the repository at this point in the history
Update gradle plugin publish plugin to 0.12.0 version.
  • Loading branch information
Tapchicoma authored Jul 17, 2020
2 parents ef32700 + a52d2e5 commit fa5614c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/buildSrc/src/main/kotlin/PluginDependencies.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object PluginVersions {
val kotlin = "1.3.72"
val ktlintPlugin = "9.1.1"
val gradlePublishPlugin = "0.10.1"
val gradlePublishPlugin = "0.12.0"
val androidPlugin = "3.6.3"
val semver = "1.1.1"
val jgit = "5.6.0.201912101111-r"
Expand Down

0 comments on commit fa5614c

Please sign in to comment.