-
Notifications
You must be signed in to change notification settings - Fork 25.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release build fails to find BWC branches #26702
Comments
We don't do it intentionally, it is just how gradle works, unfortunately. We use a |
According to the Gradle docs, the system properties of the GradleBuild can be influenced using the |
This commit enforces bwc builds always generate snapshot versions, even when testing release versions in CI. closes elastic#26702
This commit enforces bwc builds always generate snapshot versions, even when testing release versions in CI. closes #26702
This commit enforces bwc builds always generate snapshot versions, even when testing release versions in CI. closes #26702
This commit enforces bwc builds always generate snapshot versions, even when testing release versions in CI. closes #26702
This commit enforces bwc builds always generate snapshot versions, even when testing release versions in CI. closes #26702
This release build failed to find the bwc build:
Here is what does exist:
I expect the trouble is that we pass the release flag down to the bwc snapshot builds. Either we shouldn't do that or we should look without the
-SNAPSHOT
suffix in release build tests.Fun times.
The text was updated successfully, but these errors were encountered: