mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[ANY] Небольшая оптимизация градла.
This commit is contained in:
parent
dd6b906b8b
commit
9a35344a14
1 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
subprojects {
|
||||
tasks.withType(JavaCompile) {
|
||||
options.incremental = true // one flag, and things will get MUCH faster
|
||||
}
|
||||
}
|
||||
|
||||
wrapper {
|
||||
distributionType = Wrapper.DistributionType.ALL
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue