Hi @durgasaigandreddy,
Welcome to the community.
Based on the error message, it seems Maven is having issues with the code compiler.
To troubleshoot the issue further, I'd recommend considering the following:
- If you have a successful build prior to this, kindly rerun it and see if it will still succeed or not, if yes, try to compare the successful rerun to the currently failed build
- Review your POM file and see if the code is intended for the default compiler
- Try to debug your Pipelines build locally in a Docker container to test it further - Debug pipelines locally with Docker
You can also refer to this knowledge-based article about Troubleshooting Bitbucket Pipelines.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.