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 f25a648 commit c969475Copy full SHA for c969475
LavalinkServer/build.gradle
@@ -90,6 +90,10 @@ String versionFromTag() {
90
// Also watch out for false positives in the CI build
91
def clean = grgit.status().clean && System.getenv('CI') == null
92
93
+ if (!clean) {
94
+ println("Git state is dirty, setting version as snapshot")
95
+ }
96
+
97
if (headTag && clean) {
98
headTag.getName()
99
} else {
0 commit comments