[ANY] Небольшая оптимизация градла.

This commit is contained in:
Zaxar163 2019-05-03 14:59:32 +03:00
parent dd6b906b8b
commit 9a35344a14

View file

@ -32,6 +32,12 @@
}
}
subprojects {
tasks.withType(JavaCompile) {
options.incremental = true // one flag, and things will get MUCH faster
}
}
wrapper {
distributionType = Wrapper.DistributionType.ALL
}