Skip to content

Commit

Permalink
Bump gradle plugin-publish version to 0.12.0
Browse files Browse the repository at this point in the history
Required when publishing plugins to the Plugin Portal due to
CVE-2020-7599

Signed-off-by: Ledina Hido-Evans <[email protected]>
  • Loading branch information
ledina committed Jun 12, 2020
1 parent 04911f2 commit fea272c
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 @@ -15,7 +15,7 @@ plugins {
id("groovy")
id("java-gradle-plugin")
id("maven-publish")
id("com.gradle.plugin-publish") version "0.10.1"
id("com.gradle.plugin-publish") version "0.12.0"
id("signing")
`kotlin-dsl`
}
Expand Down

0 comments on commit fea272c

Please sign in to comment.