We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22e1dd commit f25a648Copy full SHA for f25a648
LavalinkServer/build.gradle
@@ -83,7 +83,7 @@ build {
83
String versionFromTag() {
84
85
def headTag = grgit.tag.list().find {
86
- it.commit == grgit.head()
+ it.commit.getId() == grgit.head().getId()
87
}
88
89
// Uncommitted changes? -> should be SNAPSHOT
0 commit comments