You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 12:32:28 UTC

[GitHub] [beam] damccorm opened a new issue, #19625: Fix gradlew to allow offline builds

damccorm opened a new issue, #19625:
URL: https://github.com/apache/beam/issues/19625

   When running `./gradlew` the first thing it tries to do is download gradle:
   
   ```
   
   Downloading https://services.gradle.org/distributions/gradle-5.2.1-all.zip
   
   ```
   
   
   There seems to be no way to skip this, even if the correct version of gradle has already been downloaded and exists in the correct place.  The tool should be smart enough to do a version check and skip downloading if it exists.  Unfortunately, the logic is wrapped up inside gradle/wrapper/gradle-wrapper.jar so there does not seem to be any way to fix this.  Where is the code for this jar?
   
   This is the first step of several to allow beam to be built offline.
   
   
   Imported from Jira [BEAM-7931](https://issues.apache.org/jira/browse/BEAM-7931). Original Jira may contain additional context.
   Reported by: chadrik.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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