Skip to content

Commit

Permalink
Upgrade gradle-bintray-plugin to 1.8.4
Browse files Browse the repository at this point in the history
Fixes "message:Unable to upload files: Maven group, artifact or version defined in the pom file do not match the file path" error
bintray/gradle-bintray-plugin#234
  • Loading branch information
vladsoroka committed Dec 9, 2018
1 parent 39b06e3 commit 7489d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dependencies/gradle-api-deps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.tooling.GradleConnector
plugins {
id "base"
id "maven-publish"
id "com.jfrog.bintray" version "1.7.3"
id "com.jfrog.bintray" version "1.8.4"
}

def intelliJDepsGroupId = 'org.jetbrains.intellij.deps'
Expand Down

0 comments on commit 7489d8a

Please sign in to comment.