If you build your ArcGIS Runtime applications using Gradle or Maven build scripts which reference the Maven repository esri.bintray.com
, you will need to update your scripts to reference a new Maven repository. Our new maven instance url is https://esri.jfrog.io/artifactory/arcgis
If you are using Gradle build scripts you will need to have the following reference in your file:
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
For developers using Maven build scripts, you will need to include the following reference:
<repository> <id>arcgis</id> <url>https://esri.jfrog.io/artifactory/arcgis</url> </repository>
References to esri.bintray.com
can be removed from your build script once you have added the new Maven repository.
The Bintray Maven server will remain active until December 14th after which the binaries for your application can only be obtained from the new maven server. We are making this change because jFrog who run Bintray are deprecating the service.
I changed my maven reference about a week ago and things where fine. Today I updated Android studio to 4.1.1 and a new version of gradle. Now my project doesn’t find the esri sdk. If I change it back to esri.bintray.com everything is good. I’m using gradle build scripts. Do I need the repository entry also?
There was a temporary outage of the jFrog Artifactory Maven service which caused some issues at the time you experienced this error. This has been resolved and everything is operational again.