Skip to content

Commit

Permalink
chore(deps): Gradle publish plugin 0.14.0 (fixed critical vulnerability)
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Apr 13, 2021
1 parent 7fd3af1 commit 6ce5b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.gradle.publish:plugin-publish-plugin:0.10.1'
classpath 'com.gradle.publish:plugin-publish-plugin:0.14.0'
}
}

Expand All @@ -22,7 +22,7 @@ apply plugin: 'groovy'
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'com.jfrog.bintray'
apply plugin: "com.gradle.plugin-publish"
apply plugin: 'com.gradle.plugin-publish'

repositories {
jcenter()
Expand Down

0 comments on commit 6ce5b82

Please sign in to comment.