Skip to content

Commit f25a648

Browse files
authored
Fix gradle versioning from tag
1 parent b22e1dd commit f25a648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LavalinkServer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ build {
8383
String versionFromTag() {
8484

8585
def headTag = grgit.tag.list().find {
86-
it.commit == grgit.head()
86+
it.commit.getId() == grgit.head().getId()
8787
}
8888

8989
// Uncommitted changes? -> should be SNAPSHOT

0 commit comments

Comments
 (0)