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

Update Gradle Wrapper #8

Merged
merged 1 commit into from
Jun 9, 2020
Merged

Update Gradle Wrapper #8

merged 1 commit into from
Jun 9, 2020

Conversation

KVelasco
Copy link
Contributor

@KVelasco KVelasco commented Jun 9, 2020

When pulling the tuulbox repo I encountered the following error when attempting to build the project

zip end header not found

Could not unzip /Users/kevin.velasco/.gradle/wrapper/dists/gradle-5.2.1-bin/9lc4nzslqh3ep7ml2tp68fk8s/gradle-5.2.1-bin.zip to /Users/kevin.velasco/.gradle/wrapper/dists/gradle-5.2.1-bin/9lc4nzslqh3ep7ml2tp68fk8s.
Reason: error in opening zip file
Exception in thread "main" java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:225)
        at java.util.zip.ZipFile.<init>(ZipFile.java:155)
        at java.util.zip.ZipFile.<init>(ZipFile.java:169)
        at org.gradle.wrapper.Install.unzip(Install.java:219)
        at org.gradle.wrapper.Install.access$600(Install.java:27)
        at org.gradle.wrapper.Install$1.call(Install.java:75)
        at org.gradle.wrapper.Install$1.call(Install.java:48)
        at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:69)
        at org.gradle.wrapper.Install.createDist(Install.java:48)
        at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:107)
        at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:62)

I was able to resolve this by running gradle wrapper and by updating the distributed gradle version with the repository

@twyatt twyatt added this to the 1.1.0 milestone Jun 9, 2020
@KVelasco

This comment has been minimized.

@twyatt twyatt changed the title Updating Gradle Wrapper Update Gradle Wrapper Jun 9, 2020
@KVelasco KVelasco merged commit 85a2f54 into master Jun 9, 2020
@cedrickcooke cedrickcooke deleted the kvelasco/updating-gradle branch December 4, 2020 18:54
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

Successfully merging this pull request may close these issues.

2 participants