Skip to content
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

[BEAM-2377] Allow usage of scala 2.11 dependencies as well as cross compilation for flink runner #3255

Closed
wants to merge 1 commit into from

Commits on May 31, 2017

  1. [BEAM-2377] Allow cross compilation (2.10,2.11) for flink runner

    Flink allows being built against scala 2.11. But the Flink Runner did
    not.
    
    This commit alleviates that, as well as allowing for ensuring that
    builds work against scala 2.11 dependencies. It introduces a
    flink.scala.version mvn property that is set to 2.10 as a default, as well as
    a mvn profile that overrides the scala version to 2.11.
    Ole Langbehn committed May 31, 2017
    Configuration menu
    Copy the full SHA
    15cce45 View commit details
    Browse the repository at this point in the history