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.
Article Discussion: