GoogleContainerTools / minikube-build-tools-for-java

Minikube lifecycle management tools for Gradle and Maven.
Apache License 2.0
57 stars 27 forks source link

Replace `CharStreams.toString(...)` in tests with `new String(Files.readAllBytes(...))` #77

Closed coollog closed 6 years ago

coollog commented 6 years ago

CharStreams.toString does not close the Readable.