I was trying to set up a docker container that required some jars to be added to Kafka. (Kafka with strimzi oauth). These jars are available on Maven and can therefore be added to my project as dependencies in Gradle.
How do I copy these Jars from maven into a folder so that the docker compose file can refer to them?
Add this to gradle:
This will create a folder called strimzi under the build directory tha can then be refered in my docker setup like: