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

Add toolchains support to Gradle plugin #5269

Merged
merged 3 commits into from Sep 10, 2022
Merged

Commits on Sep 8, 2022

  1. Add jdkHome parameter to CLI

    3flex committed Sep 8, 2022
    Copy the full SHA
    7d46d2e View commit details
    Browse the repository at this point in the history
  2. Add toolchain support to Gradle plugin

    This aligns to the behaviour of toolchains in the Kotlin Gradle Plugin.
    KGP will set jvmTarget and jdkHome based on the enabled toolchain,
    assuming it hasn't been set elsewhere in the build script.
    3flex committed Sep 8, 2022
    Copy the full SHA
    413f446 View commit details
    Browse the repository at this point in the history
  3. Fix lint error in test sources

    3flex committed Sep 8, 2022
    Copy the full SHA
    83ca755 View commit details
    Browse the repository at this point in the history