Remove snapshot conditional for bwc snapshots (elastic/x-pack-elasticsearch#3922)

Relates elastic/elasticsearch#28657

Original commit: elastic/x-pack-elasticsearch@0916a77179
This commit is contained in:
Michael Basnight 2018-02-13 12:59:54 -06:00 committed by GitHub
parent 4de793bdb0
commit e10ffb4486
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ subprojects {
} else {
executable new File(xpackCheckoutDir, 'gradlew').toString()
}
args ":x-pack-elasticsearch:plugin:assemble", "-Dbuild.snapshot=${System.getProperty('build.snapshot') ?: 'true'}"
args ":x-pack-elasticsearch:plugin:assemble", "-Dbuild.snapshot=true"
final LogLevel logLevel = gradle.startParameter.logLevel
if ([LogLevel.QUIET, LogLevel.WARN, LogLevel.INFO, LogLevel.DEBUG].contains(logLevel)) {
args "--${logLevel.name().toLowerCase(Locale.ENGLISH)}"