There was an error while loading. Please reload this page.
1 parent 8166ca9 commit 34ae431Copy full SHA for 34ae431
1 file changed
src/main/groovy/org/labkey/gradle/util/BuildUtils.groovy
@@ -521,7 +521,7 @@ class BuildUtils
521
project.logger.info("${project.path} git revision: ${revision}")
522
ret.setProperty(VCS_REVISION_PROP_NAME, revision)
523
def tag = "${gitCmd} -C ${project.projectDir.absolutePath} describe --tags --exact-match 2> /dev/null".execute().text.trim()
524
- project.logger.info("${project.path} git tag: ${revision}")
+ project.logger.info("${project.path} git tag: ${tag}")
525
if (!tag.isEmpty() && !tag.equals(revision))
526
ret.setProperty(VCS_TAG_PROP_NAME, tag)
527
else
0 commit comments