dant3 commented on code in PR #7916: URL: https://github.com/apache/ignite-3/pull/7916#discussion_r3027349027
########## gradle/wrapper/gradle-wrapper.properties: ########## @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-all.zip Review Comment: Can we use bin instead of all? Dowloading 1Gb package with full sources of gradle on every machine so that somebody once in a year could resolve a symbol if counter-productive IMO. If anybody needs symbols they can always change bin to all locally. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
