mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-26 01:51:40 +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"'
|
||||
commandLine 'git', 'describe', '--tags', '--exclude="[dD]ev*"'
|
||||
standardOutput = stdout
|
||||
}
|
||||
tagIsh = stdout.toString().trim().toLowerCase()
|
||||
|
||||
Reference in New Issue
Block a user