For me I had to specifically stop the gradlew
and clear caches and this fixed my issues:
./gradlew --stop
// Delete all cache files in your project. With git: `git -xfd clean`
// Delete global cache dir. On Mac it is located in `~/.gradle/caches
Found here: https://github.com/realm/realm-java/issues/5650#issuecomment-355011135