-
Hi All I have installed Java 11 in my environment. I am getting this below error while building the main branch. I don't see Gradle attempting to download the dependency. I tried the docker commands also. It failed with the same error. Can someone help me here? Failed to resolve 'com.azure:azure-storage-blob:12.2.0' for project 'conductor-azureblob-storage' ./gradlew clean build
FAILURE: Build failed with an exception.
BUILD FAILED in 7s Publishing build scan... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The 12.2.0 version of azure-blob-storage is not available in maven central repository. I thought of creating the PR to upgrade the binary but the read me in azureblob-storage project mentions that the project is tested only with 12.2.0. |
Beta Was this translation helpful? Give feedback.
The 12.2.0 version of azure-blob-storage is not available in maven central repository. I thought of creating the PR to upgrade the binary but the read me in azureblob-storage project mentions that the project is tested only with 12.2.0.