Enable incremental compilation in gradle (#20847)

This commit is contained in:
Lee Hinman 2016-10-10 15:47:35 -06:00 committed by GitHub
parent fcb01deb34
commit bd8f546381

View File

@ -393,7 +393,7 @@ class BuildPlugin implements Plugin<Project> {
}
options.encoding = 'UTF-8'
//options.incremental = true
options.incremental = true
if (project.javaVersion == JavaVersion.VERSION_1_9) {
// hack until gradle supports java 9's new "--release" arg