Using the Command Line
To clear the cache using the command line:
You can also try removing the Splunk AppDynamics cached images.
-
Find the images.
$ find ~/.gradle/caches -name com.appdynamics -
Delete them.
$ find ~/.gradle/caches -name com.appdynamics -print0 | xargs -0 rm -r