Skip to content

Commit

Permalink
specifies bintray version in parent gradle file
Browse files Browse the repository at this point in the history
* project.version is unspecified otherwise leading to a corrupt version entry
  • Loading branch information
encodeering committed Sep 15, 2017
1 parent 2a4373d commit 0c45268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ subprojects {
issueTrackerUrl = 'https://github.com/encodeering/conflate/issues'
vcsUrl = 'https://github.com/encodeering/conflate'
description = 'An alternative redux implementation'
version {
name = project.version
vcsTag = project.version
}
}
}
}
Expand Down
2 changes: 0 additions & 2 deletions gradle/script/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ subprojects {
pkg {
name = rootProject.name
version {
name = project.version
vcsTag = project.version
released = new Date()
}
}
Expand Down

0 comments on commit 0c45268

Please sign in to comment.