Run local gradle instead of wrapper

Hello, all.

I have a test monorepo with 2 projects that I would like to run from 2 separate docker containers.

I understand the wrapper is important and how it’s used, but because I have a gradlew in the folder I’m adding as a volume in Docker, each container is sharing the same gradlew and they can’t run in parallel.

I’d like to know how I can run gradle enforcing that I don’t want to use the wrapper in this case.

BTW, when I use the gradle command, this is the first line I see:
executing gradlew instead of gradle