Skip to content

Commit 7a4b6e9

Browse files
authored
update com.gradle.plugin-publish (#159)
1 parent 790c0a4 commit 7a4b6e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ deploy:
66
provider: script
77
on:
88
tags: true
9-
script: "./gradlew publishPlugin"
9+
script: "./gradlew publishPlugins"
1010
skip_cleanup: true
1111

1212
before_install:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'eclipse'
33
id 'java-gradle-plugin'
44
id 'maven-publish' // used for publishing to local maven repository
5-
id 'com.gradle.plugin-publish' version '0.10.1'
5+
id 'com.gradle.plugin-publish' version '0.12.0'
66
id 'com.github.johnrengelman.shadow' version '5.0.0'
77
id 'com.github.ben-manes.versions' version '0.21.0'
88
}

0 commit comments

Comments
 (0)