BetterCloud / vault-java-driver

Zero-dependency Java client for HashiCorp's Vault
https://bettercloud.github.io/vault-java-driver/
335 stars 224 forks source link

Update README.md #174

Closed paulburlumi closed 5 years ago

paulburlumi commented 5 years ago

Following these instructions with the latest version of Android Studio and it complains that compile is now obsolete. True enough the gradle documentation says the same thing: https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_separation

The compile configuration still exists but should not be used as it will not offer the guarantees that the api and implementation configurations provide.
steve-perkins commented 5 years ago

Thanks!