build task is failing as fetching binaries is failing with 403 as follows
FAILURE: Build failed with an exception.
at ExecState._setResult (/home/vsts/work/_tasks/Gradle_8d8eebd8-2b94-4c97-85af-839254cc6da4/2.191.0/node_modules/azure-pipelines-task-lib/toolrunner.js:944:25)
at ExecState.CheckComplete (/home/vsts/work/_tasks/Gradle_8d8eebd8-2b94-4c97-85af-839254cc6da4/2.191.0/node_modules/azure-pipelines-task-lib/toolrunner.js:927:18)
- What went wrong:
at ChildProcess. (/home/vsts/work/_tasks/Gradle_8d8eebd8-2b94-4c97-85af-839254cc6da4/2.191.0/node_modules/azure-pipelines-task-lib/toolrunner.js:840:19)
Execution failed for task ‘:compileJava’.
at ChildProcess.emit (events.js:198:13)
Could not resolve all files for configuration ‘:compileClasspath’.
at maybeClose (internal/child_process.js:982:16)
Could not resolve com.aspose:aspose-slides:21.12.
at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
Required by:
project :
Could not resolve com.aspose:aspose-slides:21.12.
Could not get resource ‘https://repository.aspose.com/repo/com/aspose/aspose-slides/21.12/aspose-slides-21.12.pom’.
Could not GET ‘https://repository.aspose.com/repo/com/aspose/aspose-slides/21.12/aspose-slides-21.12.pom’. Received status code 403 from server: Forbidden
we are facing this issue from past 3 days in azure, though it is working locally.