Replies: 2 comments 3 replies
-
Can you please share the build id? From what I understand you would like to use gradle 7.4.1 but the build uses 7.3.1? |
Beta Was this translation helpful? Give feedback.
3 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For a project I have in Codemagic I'm trying to use gradle 7.4.1, however my developers don't want to store the gradle, .gradle, and gradlew files in the repo. As such I need to generate the wrapper at build time, however that bombs given that the M1 Mac Mini I'm using comes with 7.3.1.
I have a script step that downloads the gradle version I want and extracts it for usage then builds the wrapper and my workflow can commence. It seems less than ideal however to spend build time downloading a 100MB+ file, is there something obvious I'm missing that I can do to specify the gradle version?
`scripts:
Beta Was this translation helpful? Give feedback.
All reactions