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