We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790c0a4 commit 7a4b6e9Copy full SHA for 7a4b6e9
2 files changed
.travis.yml
@@ -6,7 +6,7 @@ deploy:
6
provider: script
7
on:
8
tags: true
9
- script: "./gradlew publishPlugin"
+ script: "./gradlew publishPlugins"
10
skip_cleanup: true
11
12
before_install:
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'eclipse'
3
id 'java-gradle-plugin'
4
id 'maven-publish' // used for publishing to local maven repository
5
- 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.0.0'
id 'com.github.ben-manes.versions' version '0.21.0'
}
0 commit comments