Skip to content

Commit

Permalink
Fixed missing version code in publishing script
Browse files Browse the repository at this point in the history
  • Loading branch information
maltaisn committed May 13, 2020
1 parent 416f577 commit 9eeb457
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ artifacts {
}

// Bintray plugin
version = libVersion
bintray {
user = project.property("bintray.user")
key = project.property("bintray.apikey")
Expand All @@ -30,6 +31,7 @@ bintray {
}

// Maven plugin
group = publishedGroupId
install {
repositories.mavenInstaller {
pom {
Expand Down

0 comments on commit 9eeb457

Please sign in to comment.