<@U0QBCLV62> You have any suggestions arround conf...
# gradle
j
@bamboo You have any suggestions arround configuring a plugin that is configured this way?? https://github.com/bmuschko/gradle-docker-plugin/blob/33eb9916cd94c468ab1ee651017f8e967558400d/src/main/groovy/com/bmuschko/gradle/docker/DockerJavaApplicationPlugin.groovy#L38-L71 Basically I want to be able to do something similar to:
Copy code
docker {
    javaApplication { // This won't compile because it doesn't exist at compile time
    }
}