We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7437bf1 commit 5923b1bCopy full SHA for 5923b1b
build-dist.gradle
@@ -196,8 +196,9 @@ bintray {
196
// name = Bintree logical version name
197
desc = project.property('description')
198
// released = date
199
- //if (project.hasProperty('scm.tag')) TESTING to see if required
200
- //vcsTag = project.property('scm.tag')
+ if (project.hasProperty('scm.tag'))
+ vcsTag = project.property('scm.tag')
201
+ // Seems to default to version without this.
202
attributes = [
203
'gradle-plugin': "com.admc.javaPropFile:com.admc:$project.name"
204
]
0 commit comments