[FLINK-33578][ci] Removes scala-2.12 system property#23738
Merged
XComp merged 1 commit intoapache:masterfrom Nov 17, 2023
Merged
[FLINK-33578][ci] Removes scala-2.12 system property#23738XComp merged 1 commit intoapache:masterfrom
XComp merged 1 commit intoapache:masterfrom
Conversation
We're only relying on Scala 2.12 (and the plan is to drop it entirely for 2.x). The Scala prefix is still present in CI, though. This commit cleans it up entirely. This clean up step helps reduce the noise in the GHA workflow change (FLINK-27075)
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
We're only relying on Scala 2.12 (and the plan is to drop it entirely for 2.x). The Scala prefix is still present in CI, though. This commit cleans it up entirely.
This clean up step helps reduce the noise in the GHA workflow change (FLINK-27075). There's no need to label workflows with the scala version. Therefore, we can remove the scala version from the build parameters entirely.
Brief change log
scala-2.12system variable from release scripts and azure workflowVerifying this change
tools/releasing/deploy_staging_jars.shchange)tools/releasing/create_binary_release.shchange)Does this pull request potentially affect one of the following parts:
@Public(Evolving): noDocumentation