|
@@ -139,7 +139,7 @@ subprojects {
|
|
|
} else {
|
|
|
executable new File(checkoutDir, 'gradlew').toString()
|
|
|
}
|
|
|
- args ":distribution:deb:assemble", ":distribution:rpm:assemble", ":distribution:zip:assemble", "-Dbuild.snapshot=${System.getProperty('build.snapshot') ?: 'true'}"
|
|
|
+ args ":distribution:deb:assemble", ":distribution:rpm:assemble", ":distribution:zip: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)}"
|