Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 20686

How to run gradle inside of docker

$
0
0

I want to make complex build with dependencies from npm, python etc repeatable and easy with docker without sacrificing any of the efficiency compared to running it outside of a container.

I wonder which communication protocol is used by gradle and gradle daemon? And will build cache be shared if I will mount ~/.gradle/ into container?


Viewing all articles
Browse latest Browse all 20686

Trending Articles