在Debian上可利用以下缓存方式加速Java编译:
build.gradle
tasks.withType(JavaCompile){options.incremental true; options.cacheResult true}
buildCache {local {enabled true}}
ccache