You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( !(Test-Path "$Script:PGVM_TEMP_PATH\*-$Version") ) {
throw "Could not unzip the archive of $Candidate $Version. Please delete archive from $Script:PGVM_ARCHIVES_PATH (or delete all with 'gvm flush archives'"
}
Because sbt and kotlin archives don't have version numbers in inner folders. Moreover, kotlin's folder name is "kotlinc"
The text was updated successfully, but these errors were encountered:
ronnypolley
changed the title
Error "Could not unzip the archive of" for kotlin 1.0.3+ and sbt 0.13.11 (https://github.com/flofreud/posh-gvm/issues/21)
Error "Could not unzip the archive of" for kotlin 1.0.3+ and sbt 0.13.11 (flofreud/posh-gvm/issues/21)
Oct 14, 2021
Copy of flofreud#21
Utils.ps1 fails here:
Because sbt and kotlin archives don't have version numbers in inner folders. Moreover, kotlin's folder name is "kotlinc"
The text was updated successfully, but these errors were encountered: