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

Bump JDK 17 and using toolchain #1392

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Apr 19, 2024

  1. Change to toolchain and remove KotlinCompile.

    Change-Id: I86d606a582e3cdf5b7d2c9304783a905682920ad
    Jaehwa-Noh committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    199110e View commit details
    Browse the repository at this point in the history
  2. Add plugins

    - "org.gradle.toolchains.foojay-resolver-convention".
    
    Change-Id: I8368ffa068c1b6318160fc4783f851595cd667ff
    Jaehwa-Noh committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f46635f View commit details
    Browse the repository at this point in the history
  3. Move lines.

    Change-Id: I0d706d410ca339789c0fea60b451aa82920648de
    Jaehwa-Noh committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e3fb617 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Remove JavaVersion 11

    Change-Id: Ibdf89dd4f82a01fd8b765adb94668a615970c291
    Jaehwa-Noh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f4dfdf1 View commit details
    Browse the repository at this point in the history
  2. Rename to configureToolChain, and set toolchain 11

    Change-Id: I878ab5315b861319d61498670124f0de5d4a5c49
    Jaehwa-Noh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1eedad1 View commit details
    Browse the repository at this point in the history
  3. Change java to kotlin extension.

    Change-Id: Ic32957cfcbfbf80bf82358fd4811be8d17bb3a94
    Jaehwa-Noh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2f4b76a View commit details
    Browse the repository at this point in the history
  4. Set toolchain 17

    Jaehwa-Noh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    54d017c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Merge branch 'android-remote-main' into gradle-toolchain

    Change-Id: I85ac5d0d6ab81a618ab90dd41bdd40bfb7db7fc3
    
    # Conflicts:
    #	build-logic/convention/build.gradle.kts
    #	build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/KotlinAndroid.kt
    #	lint/build.gradle.kts
    Jaehwa-Noh committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ffb9b1c View commit details
    Browse the repository at this point in the history
  2. Call configureKotlin directly.

    Change-Id: I5aef26e99c33124ebe99c5045a7ca89083a2e73d
    Jaehwa-Noh committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7ab4d37 View commit details
    Browse the repository at this point in the history
  3. Remove configureToolChain function.

    Change-Id: I3e04f3fdf04a2ac98cf83c331e38202920cf1bce
    Jaehwa-Noh committed May 30, 2024
    Configuration menu
    Copy the full SHA
    5fcb66a View commit details
    Browse the repository at this point in the history
  4. Set toolchain 17.

    Change-Id: Ibd27ae52e9c6edafc654574e7ddaa8742ad69a24
    Jaehwa-Noh committed May 30, 2024
    Configuration menu
    Copy the full SHA
    cde2aa2 View commit details
    Browse the repository at this point in the history
  5. Remove desugar.

    Change-Id: I1e1074c6e6fdfc578c82bf6263879ef9e5eb9364
    Jaehwa-Noh committed May 30, 2024
    Configuration menu
    Copy the full SHA
    81ae9e3 View commit details
    Browse the repository at this point in the history
  6. [empty] re-run CI.

    Change-Id: Ieb6d9c63ad2012dde3e7280ccea25dbd80edd8e7
    Jaehwa-Noh committed May 30, 2024
    Configuration menu
    Copy the full SHA
    79e07f4 View commit details
    Browse the repository at this point in the history
  7. Revert "Remove desugar."

    This reverts commit 81ae9e3.
    Jaehwa-Noh committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b43e1c6 View commit details
    Browse the repository at this point in the history