We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e685e commit ca24d9aCopy full SHA for ca24d9a
buildSrc/build.gradle
@@ -245,7 +245,7 @@ class VersionPropertiesLoader {
245
elasticsearch
246
)
247
}
248
- String qualifier = systemProperties.getProperty("build.version_qualifier", "alpha1");
+ String qualifier = systemProperties.getProperty("build.version_qualifier", "");
249
if (qualifier.isEmpty() == false) {
250
if (qualifier.matches("(alpha|beta|rc)\\d+") == false) {
251
throw new IllegalStateException("Invalid qualifier: " + qualifier)
0 commit comments