Skip to content

Commit

Permalink
Update plugin-publish plugin to 0.11.0 (old version no longer permitt…
Browse files Browse the repository at this point in the history
…ed to publish because of security vulnerability)
  • Loading branch information
tkrullmann committed Mar 28, 2020
1 parent 26eab91 commit 18d4e7c
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 @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm")
`java-gradle-plugin`
id("com.gradle.plugin-publish") version "0.10.0"
id("com.gradle.plugin-publish") version "0.11.0"
`maven-publish`
}

Expand Down

0 comments on commit 18d4e7c

Please sign in to comment.