Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit e5e0cdb

Browse files
author
Will Moore
committed
Fix location of "version" closure in pkg config
1 parent 6cfe0e4 commit e5e0cdb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ bintray {
4444
licenses = ['Apache-2.0']
4545
userOrg = 'wlmoore-webs'
4646
vcsUrl = 'https://github.com/websdev/git-commit-gradle-plugin.git'
47-
}
48-
version {
49-
name = project.version
50-
released = new Date()
51-
vcsTag = project.version
47+
version {
48+
name = "${project.name}-${project.version}"
49+
released = new Date()
50+
vcsTag = "${project.version}"
51+
}
5252
}
5353
}

0 commit comments

Comments
 (0)