mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Enable incremental compilation in gradle (#20847)
This commit is contained in:
parent
fcb01deb34
commit
bd8f546381
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user