Skip to content

Commit

Permalink
[build] Remove usage of Version.parse (#5911)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue authored Nov 11, 2023
1 parent cc2cbeb commit b6f2d3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions msvcruntime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit b6f2d3c

Please sign in to comment.