Skip to content

Commit

Permalink
Gradle plugin publish plugin security update (#3246)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5d34b15)
  • Loading branch information
turansky authored and erokhins committed Apr 14, 2020
1 parent 398d8a9 commit 10bdc8d
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 @@ -28,7 +28,7 @@ buildscript {
dependencies {
bootstrapCompilerClasspath(kotlin("compiler-embeddable", bootstrapKotlinVersion))

classpath("com.gradle.publish:plugin-publish-plugin:0.9.7")
classpath("com.gradle.publish:plugin-publish-plugin:0.11.0")
classpath(kotlin("gradle-plugin", bootstrapKotlinVersion))
classpath("net.sf.proguard:proguard-gradle:6.1.0")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:0.9.17")
Expand Down

0 comments on commit 10bdc8d

Please sign in to comment.