Use RAM with gradle and IntelliJ Idea

336 Views Asked by At

Currently, I'm using gradle as our production java builder and it's slow.

I was thinking is there a way to set-up some kind of RAMdrive working directory, so compiling, building, testing, and running would be much faster and the source code would remain on HDD.

Ideally, if I could tune it in my IDE somehow (maybe IDE internal gradle options).

I have initialized a RAMdrive but stuck in gradle :) Any ideas?

0

There are 0 best solutions below