You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#30384 effectively implements solution 1, and the gradle cache ensures that it's not downloaded more than one. This isn't ideal, so feel free to reopen if more needs to be done.
Problem
We install gradle everytime we build java connectors
Why
Gradle is dumb and reinstalls itself
Solutions
with_gradle
prerun./gradlew
to get it to install itselfgradle/wrapper/gradle-wrapper.properties
based on this forum postAppendix
The text was updated successfully, but these errors were encountered: