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

Added Scala version selection via build parameter. #16

Merged
merged 1 commit into from May 27, 2020

Conversation

jverbus
Copy link
Contributor

@jverbus jverbus commented May 26, 2020

I added the capability to specify the Scala build version using the build parameter scalaVersion. This will now allow us to build using Scala 2.12, which has been requested here: #14

Currently, only one build is released using Shipkit. Once Shipkit supports releasing multiple builds under the same version, we will automatically publish the artifacts from all builds. I submitted a request for this Shipkit enhancement a while back:

mockito/shipkit#858

In the meantime, I still want Travis CI to build multiple versions with Spark 2.3.0, Spark 2.4.2, Scala 2.11, Scala 2.12, etc. to verify they all build successfully. I modified the .travis.yml file to achieve this. The builds are done in parallel:

https://travis-ci.org/github/linkedin/isolation-forest/builds/691178714

@jverbus jverbus requested a review from fastier-li May 26, 2020 05:11
@jverbus jverbus self-assigned this May 26, 2020
@jverbus jverbus added the enhancement New feature or request label May 26, 2020
@jverbus jverbus linked an issue May 26, 2020 that may be closed by this pull request
Copy link

@philozophy philozophy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@jverbus jverbus merged commit 0ea4d44 into master May 27, 2020
@jverbus jverbus deleted the gradle-scala-version branch May 27, 2020 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish for Scala 2.12
2 participants