mirror of https://github.com/apache/lucene.git
LUCENE-8982: make native builds disabled by default (CI complains).
This commit is contained in:
parent
73d5e7ae77
commit
fd3ffd0d38
|
@ -18,7 +18,7 @@
|
|||
// This is the master switch to disable all tasks that compile
|
||||
// native (cpp) code.
|
||||
rootProject.ext {
|
||||
buildNative = propertyOrDefault("build.native", true).toBoolean()
|
||||
buildNative = propertyOrDefault("build.native", false).toBoolean()
|
||||
}
|
||||
|
||||
// Explicitly list all projects that should be configured for native extensions.
|
||||
|
|
Loading…
Reference in New Issue