Splunk Dev

Splunk Mint repository URL

gautamjain
Engager

I'm trying to add the Splunk Mint repository to my build.gradle file as indicated here:
http://docs.splunk.com/Documentation/MintAndroidSDK/latest/DevGuide/Requirementsandinstallation#Inst...

The specified URL returns a 404 error:
https://mint.splunk.com/gradle/

Does anyone know the correct URL?

Tags (3)

apruneda_splunk
Splunk Employee
Splunk Employee

From the docs on that page:
"The https://mint.splunk.com/gradle/ URL is a base URL. The full path to the repository is completed by the plugin."

So, you'll get a 404 if you try to go to that base URL, but the plugin uses a full URL by combining the repositories and dependencies sections of the build.gradle file. Add those sections as indicated in the docs.

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...