You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/09/13 15:04:46 UTC

[GitHub] [iceberg] nastra commented on pull request #2826: Build: Upgrade to Gradle 7.x

nastra commented on pull request #2826:
URL: https://github.com/apache/iceberg/pull/2826#issuecomment-918285549


   > > Do we need to check in gradle-wrapper.jar? Wasn't it downloaded before?
   > 
   > We do not want to check in the gradle wrapper Jar because it conflicts with Apache release policy. We can't release a source tarball with the Jar in it and have to update the wrapper to download the Jar the first time it runs.
   
   Last time I checked locally, the wrapper wasn't downloaded automatically (not sure if they changed that). I just removed the wrapper jar and CI fails because the wrapper jar is missing
   ```
   Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
   Error: Process completed with exit code 1.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org