mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Remove usage of Version.parse (#5911)
This commit is contained in:
@@ -36,8 +36,7 @@ if (OperatingSystem.current().isWindows()) {
|
||||
return
|
||||
}
|
||||
|
||||
// TODO Remove VersionNumber
|
||||
def expectedVersion = VersionNumber.parse(defaultRedistFile.text.trim())
|
||||
def expectedVersion = defaultRedistFile.text.trim()
|
||||
|
||||
def runtimeLocation = file("$vsDirectory\\VC\\Redist\\MSVC\\$expectedVersion")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user