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 c969475 commit 89df17dCopy full SHA for 89df17d
LavalinkServer/build.gradle
@@ -88,7 +88,7 @@ String versionFromTag() {
88
89
// Uncommitted changes? -> should be SNAPSHOT
90
// Also watch out for false positives in the CI build
91
- def clean = grgit.status().clean && System.getenv('CI') == null
+ def clean = grgit.status().clean || System.getenv('CI') != null
92
93
if (!clean) {
94
println("Git state is dirty, setting version as snapshot")
0 commit comments