5 ms·
In the java world this gets solved with gradle's incremental build system, which uses a build cache, a user configured dependency tree, and some hashing to dete
by wildengineer 8y ago
In the java world this gets solved with gradle's incremental build system, which uses a build cache, a user configured dependency tree, and some hashing to determine what needs to build.