Nick Cross
Nick Cross
Maven is straightforward (although it would have been useful to have this in the documentation) : ``` com.diffplug.spotless spotless-maven-plugin ${spotless-maven-plugin.version} org.jboss.pnc ide-config 1.1.0 java-import-order.txt java-formatter.xml UNIX ``` For Gradle, while...
With the advent of #2361 and the release of 7.2.1 its possible for Gradle (kotlin) to do something like: ``` val spotlessConfig by configurations.creating dependencies { spotlessConfig("org.jboss.pnc:ide-config:1.1.0") } spotless {...
@nedtwigg I think I may have confused the situation ; I meant to submit new documentation :-) ; as a potential PR I've submitted #2643 to give an example in...
Normally we would recommend using the squash functionality - is there a reason you didn't want to? When using multiple modules a lot of layers can be created due to...
I quite like this idea! @goldmann ... your thoughts?
You're correct there is (currently) no way to pass arbitrary arguments through to the underlying builder (be that docker, podman or buildah). While `--build-arg` was added recently in #868 this...
Is it just the arbitrary extra flags to docker you would require? (i.e. following the prior PR pattern in order to add extra flag capability) ? Would this be something...
I've had a further look into this - while for podman and buildah this is relatively straight-forward, for docker its another question. Currently for docker we use the docker-py library...
@tomasbjerre Could this be updated to resolve conflicts so @nedtwigg could review it?
@nedtwigg Would it be possible for you to retrigger this / review this? It would be great to get this in before your last JDK11 supporting release (reading #2375)