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

[Travis] Replace JDK 9/10 with 14 #1945

Merged
merged 8 commits into from Jun 17, 2020
Merged

Commits on Jun 15, 2020

  1. [Travis] Replace JDK 9/10 with 14

    9/10 are EOL since September 2018. 14 is the currently supported
    Java version.
    TimvdLippe committed Jun 15, 2020
    Copy the full SHA
    7080dda View commit details
    Browse the repository at this point in the history
  2. Upgrade to Gradle 6

    This included a couple of breaking changes:
    - The build plugin is now part of the Gradle Enterprise plugin
    - The osgi plugin was removed, for which we have to use the bndtools
    plugin instead
    - Kotlin version has to be updated, including their coroutine
    library versions
    
    Gradle 6 is required for us to build on Java 14.
    
    Supersedes and closes #1923
    TimvdLippe committed Jun 15, 2020
    Copy the full SHA
    60952f8 View commit details
    Browse the repository at this point in the history
  3. Remove commented plugin

    TimvdLippe committed Jun 15, 2020
    Copy the full SHA
    07e6a6a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e098079 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Copy the full SHA
    f3e4584 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f3657f4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    39fa9b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Copy the full SHA
    a6bd661 View commit details
    Browse the repository at this point in the history