Skip to content

Commit 5923b1b

Browse files
committed
Forgot to enable something disabled for testing
1 parent 7437bf1 commit 5923b1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build-dist.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,9 @@ bintray {
196196
// name = Bintree logical version name
197197
desc = project.property('description')
198198
// released = date
199-
//if (project.hasProperty('scm.tag')) TESTING to see if required
200-
//vcsTag = project.property('scm.tag')
199+
if (project.hasProperty('scm.tag'))
200+
vcsTag = project.property('scm.tag')
201+
// Seems to default to version without this.
201202
attributes = [
202203
'gradle-plugin': "com.admc.javaPropFile:com.admc:$project.name"
203204
]

0 commit comments

Comments
 (0)