-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oss: update all projects with JDK 11 support and travis builds
Problem We want to be able to build and test using JDK 11, but Dodo and Scrooge do not use compatible Scala and SBT versions. Solution Update Scala and SBT versions used by dodo and scrooge from Scala 2.10.6 to 2.10.7 and SBT from 0.13.16 to 0.13.18. Each SBT file will contain GC options that are compatible with the active JDK version. Some logic has been updated to fix runtime behavior in JDK 11. Result Projects can be compiled and tested by both JDK 8 and JDK 11. JIRA Issues: CSL-8513 Differential Revision: https://phabricator.twitter.biz/D365075
- Loading branch information
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,6 +94,7 @@ scala: | |
|
||
jdk: | ||
- openjdk8 | ||
- openjdk11 | ||
|
||
notifications: | ||
slack: | ||
|
This file contains 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
This file contains 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