I have no idea what Gradle folks plan, but that’s quite irrelevant.
The remote build cache “API” is quite trivial, you basically just need an HTTP server supporting GET and PUT, storing files and delivering them back.
You can for example install a free Nexus instance and use a “raw” repository as remote build cache.
This is not a theoretical statement, we do exactly that at work.
1 Like