GoogleContainerTools / minikube-build-tools-for-java

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

Adds MinikubeExtension#getDockerEnv utility function. #22

Closed coollog closed 7 years ago

coollog commented 7 years ago

Fixes #20 .

coollog commented 7 years ago

Moved the CommandExecutorFactory to be a common one created in the MinikubePlugin. However, one problem with this approach is that the MinikubeTask could be in a state where it has a null commandExecutorFactory.

loosebazooka commented 7 years ago

:ship: ship it