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
Ensure gradle wrapper is used in internal builds (#6555)
Task/Issue URL:
https://app.asana.com/1/137249556945/project/608920331025315/task/1211012979872021?focus=true
### Description
The internal builds GHA workflow is using `gradle` instead of the gradle
wrapper `gradlew`
- This means it might use a different version of gradle than we expect
to use
- This just started happening; this job failed because it picked up
Gradle 9 and had issues using it while the rest of the CI jobs use Grade
8
### Steps to test this PR
- [ ] QA the change
Co-authored-by: Craig Russell <[email protected]>
0 commit comments