Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Upgrade gradle-bintray-plugin to 1.8.1
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#242
  • Loading branch information
davidmc24 committed Aug 22, 2018
1 parent fb7849d commit 1917604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "idea"
id "maven-publish"
id "java-gradle-plugin"
id "com.jfrog.bintray" version "1.7.3"
id "com.jfrog.bintray" version "1.8.1"
id "com.github.hierynomus.license" version "0.14.0"
}

Expand Down

0 comments on commit 1917604

Please sign in to comment.