israf1lPRO
10 months ago
I'm getting following error when trying to deploy my app: ERROR: failed to solve: process "/bin/bash -ol pipefail -c ./gradlew clean build -x check -x test" did not complete successfully: exit code: 1
0 Replies
10 months ago
mind sending your full build logs via this tool:
10 months ago
It's a bookmarklet, you simply drag it to your bookmarks and then go to your service's build logs and then click on the bookmarklet, it'll then download the logs for you
10 months ago
looks like this is the part causing the build to fail
#11 13.98 /app/src/main/java/az/coffeeday/identity/service/auth/LoginService.java:8: error: package az.coffeeday.partners.constant does not exist
#11 13.98 import az.coffeeday.partners.constant.PartnersException;
#11 13.98 ^
#11 13.98 /app/src/main/java/az/coffeeday/partners/service/auth/PartnerAuthService.java:9: error: package az.coffeeday.partners.constant does not exist
#11 13.98 import az.coffeeday.partners.constant.PartnersException;
10 months ago
Which seems like an issue with your code
10 months ago
no problem!