My Android project is working fine in Android studio and able to make build. To make auto build, I have created pipeline in Azure Devops platform from project by following all required steps.
Initially I was working but after couple of months pipeline is getting failed with below error. If I remove this lib. support from project and trying to run pipeline its started working but with compressor lib. pipeline didn't get worked.
FAILURE: Build failed with an exception.
2021-04-15T06:21:18.5876230Z
2021-04-15T06:21:18.5891490Z * What went wrong:
2021-04-15T06:21:18.5892960Z Could not determine the dependencies of task ':DocuMobile:lintVitalCastletonmaintainRelease'.
2021-04-15T06:21:18.5894100Z > Could not resolve all artifacts for configuration ':DocuMobile:castletonDebugCompileClasspath'.
2021-04-15T06:21:18.5894630Z > Could not find :unspecified:.
2021-04-15T06:21:18.5894960Z Required by:
2021-04-15T06:21:18.5895370Z project :DocuMobile > id.zelory:compressor:2.1.0
Please provide solution and let me know If need to make any changes in my project.
My Android project is working fine in Android studio and able to make build. To make auto build, I have created pipeline in Azure Devops platform from project by following all required steps.
Initially I was working but after couple of months pipeline is getting failed with below error. If I remove this lib. support from project and trying to run pipeline its started working but with compressor lib. pipeline didn't get worked.
FAILURE: Build failed with an exception. 2021-04-15T06:21:18.5876230Z 2021-04-15T06:21:18.5891490Z * What went wrong: 2021-04-15T06:21:18.5892960Z Could not determine the dependencies of task ':DocuMobile:lintVitalCastletonmaintainRelease'. 2021-04-15T06:21:18.5894100Z > Could not resolve all artifacts for configuration ':DocuMobile:castletonDebugCompileClasspath'. 2021-04-15T06:21:18.5894630Z > Could not find :unspecified:. 2021-04-15T06:21:18.5894960Z Required by: 2021-04-15T06:21:18.5895370Z project :DocuMobile > id.zelory:compressor:2.1.0
Please provide solution and let me know If need to make any changes in my project.
Help is appreciated.