Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error "Could not unzip the archive of" for kotlin 1.0.3+ and sbt 0.13.11 (flofreud/posh-gvm/issues/21) #36

Open
ronnypolley opened this issue Oct 13, 2021 · 0 comments

Comments

@ronnypolley
Copy link
Owner

Copy of flofreud#21

Utils.ps1 fails here:

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"

@ronnypolley 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant