Skip to content

Commit 8c05188

Browse files
feat: rework the Visitors
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
1 parent d816220 commit 8c05188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def getVersion = { boolean considerSnapshot ->
3131
String snapshot = ""
3232

3333
def versionStr = providers.exec {
34-
commandLine "git", "--no-pager", "-C", project(':JSQLParser').projectDir, "describe", "--tags", "--always", "--dirty=-SNAPSHOT"
34+
commandLine "git", "--no-pager", "-C", project.projectDir, "describe", "--tags", "--always", "--dirty=-SNAPSHOT"
3535
}.standardOutput.asText.get().trim()
3636

3737
def pattern = /(?<major>\d*)\.(?<minor>\d*)(\.(?<patch>\d*))?(-(?<build>\d*)-(?<commit>[a-zA-Z\d]*))?/

0 commit comments

Comments
 (0)