gradlew build is failing #2025
Replies: 2 comments
-
Hi @jagdishjadeja , Please share a build id, so i can look into the same. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @jagdishjadeja, I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
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.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
workflows:
sample-workflow:
name: Codemagic Sample Workflow
max_build_duration: 120
instance_type: mac_mini_m1
scripts:
- name: Build Android APK
working_directory: android
script: ./gradlew assembleRelease
artifacts:
- app/build/outputs///*.apk
publishing:
email:
recipients:
- [email protected]
triggering:
events:
- push
branch_patterns:
- pattern: main
- pattern: main
include: false
cancel_previous_builds: true
Expected results
it should successfully buld apk
Actual results
./gradlew: No such file or directory
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions