Skip to content

Commit

Permalink
Update com.gradle.plugin-publish to v0.12.0
Browse files Browse the repository at this point in the history
Apparently, there was a security vulnerability in the version of the
plugin we were using and publishing to the plugin portal with it
doesn't work anymore:

    This version of the com.gradle.plugin-publish plugin is no longer supported due to a critical security vulnerability.
      Please update to the latest version of the com.gradle.plugin-publish plugin found here:
         https://plugins.gradle.org/plugin/com.gradle.plugin-publish
      You can read more about this vulnerability here:
         https://blog.gradle.org/plugin-portal-update
  • Loading branch information
sherter committed Jun 8, 2020
1 parent 6442b6c commit 68131de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'groovy'
id 'maven-publish'
id 'com.gradle.plugin-publish' version '0.10.1'
id 'com.gradle.plugin-publish' version '0.12.0'
id 'com.github.johnrengelman.shadow' version '5.1.0'
id "com.github.sherter.google-java-format" version '0.8'
}
Expand Down

0 comments on commit 68131de

Please sign in to comment.