Index-management build failed due to snapshot not available

I’m trying to build latest index-management service in local Mac env. When I executed gradlew build command, I got below error:
Execution failed for task ‘:integTest’.

Could not resolve all files for configuration ‘:opensearch_distro_extracted_testclusters–integTest-0-2.0.0-SNAPSHOT-’.
Could not resolve opensearch-distribution-snapshot:opensearch:2.0.0-SNAPSHOT.
Required by:
project :
Could not resolve opensearch-distribution-snapshot:opensearch:2.0.0-SNAPSHOT.
Could not get resource ‘https://artifacts.opensearch.org/snapshots/core/opensearch/2.0.0-SNAPSHOT/opensearch-min-2.0.0-SNAPSHOT-darwin-x64-latest.tar.gz’.
Could not HEAD ‘https://artifacts.opensearch.org/snapshots/core/opensearch/2.0.0-SNAPSHOT/opensearch-min-2.0.0-SNAPSHOT-darwin-x64-latest.tar.gz’. Received status code 403 from server: Forbidden

Could someone suggest how to solve this issue?