Skip to content

Commit c969475

Browse files
authored
Debug cleanliness
1 parent f25a648 commit c969475

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

LavalinkServer/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ String versionFromTag() {
9090
// Also watch out for false positives in the CI build
9191
def clean = grgit.status().clean && System.getenv('CI') == null
9292

93+
if (!clean) {
94+
println("Git state is dirty, setting version as snapshot")
95+
}
96+
9397
if (headTag && clean) {
9498
headTag.getName()
9599
} else {

0 commit comments

Comments
 (0)