mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Update versioningHelper.gradle
This commit is contained in:
@@ -8,7 +8,7 @@ gradle.allprojects {
|
||||
String tagIsh
|
||||
try {
|
||||
exec {
|
||||
commandLine 'git', 'describe', '--tags', '--exclude="Dev"', '--exclude="dev"'
|
||||
commandLine 'git', 'describe', '--tags', '--exclude="Dev"'
|
||||
standardOutput = stdout
|
||||
}
|
||||
tagIsh = stdout.toString().trim().toLowerCase()
|
||||
|
||||
Reference in New Issue
Block a user