Q Chen
Q Chen
Hi @devinrsmith , thanks for sharing the example. From what I see configurable on the Gradle `application` plugin, we can consider supporting automatic detection of the following configuration: `run.main`/`mainClassName` -...
Sounds good! Will add this in
Yea, the user can definitely specify the plugin version in the build file, but the `JIB_VERSION` build template argument can be made to override that (so a default empty `JIB_VERSION`...
Windows instance can now run Docker - this can proceed.
@chanseokoh feel free to take over #745 - I was trying to get it working there
See https://github.com/kubernetes/minikube/blob/master/docs/insecure_registry.md
Can't seem to find method for using Bintray as the hosting repository for a Gradle Plugin Portal plugin - posted [a question](https://discuss.gradle.org/t/plugin-portal-download-statistics/11609/8) about it. [Linking an existing Bintray repo](https://plugins.gradle.org/docs/reclaiming) seems...
Currently, if they want a flag parameter with spaces in it, they would have to split up the parameter, like: ``` minikubeStart { flags = ["--vm-driver", "none"] } ```
Yes, that should remain as a feature. Not sure what the best way to approach this may be. Maybe when executing a command, we can log it with the escape...