Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Commit 00556d6

Browse files
committed
Bumped version of publishing plugin
We need to use newer version of Gradle Plugin Portal publishing plugin. Otherwise Shipkit won't be able to publish to Gradle Plugin Portal. The error message from Travis CI: 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 (...)
1 parent 30d2711 commit 00556d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/shipkit/shipkit.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222

2323
compile "com.github.cliftonlabs:json-simple:2.1.2"
2424
compile 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
25-
compile "com.gradle.publish:plugin-publish-plugin:0.9.10"
25+
compile "com.gradle.publish:plugin-publish-plugin:0.12.0"
2626
compile 'com.googlecode.java-diff-utils:diffutils:1.3.0'
2727

2828
testCompile("org.spockframework:spock-core:1.3-groovy-2.4") {

0 commit comments

Comments
 (0)