mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-01 02:41:42 +00:00
Fix most gradle deprecation warnings (#2093)
This commit is contained in:
@@ -8,7 +8,7 @@ gradle.allprojects {
|
||||
def stdout = new ByteArrayOutputStream()
|
||||
String tagIsh
|
||||
try {
|
||||
exec {
|
||||
Project.getProviders().exec {
|
||||
commandLine 'git', 'describe', '--tags', "--match=v*"
|
||||
standardOutput = stdout
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user