-
Notifications
You must be signed in to change notification settings - Fork 305
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
Upgrade Gradle Build Tools, Update Gradle Wrapper, and Migrate JVM Toolchain to Java 17 #2784
base: master
Are you sure you want to change the base?
Conversation
…dules - for the JDK - Upgrade Gradle build tools to version 8.7.1 - Update Gradle wrapper to version 8.9 - Migrate JVM toolchain from Java 11 to Java 17
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
- Update Gradle wrapper scripts for improved POSIX shell compatibility - Upgrade Gradle wrapper JAR - Update Android Gradle Plugin version in engine module to 8.7.3
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
hey can you please run |
Head branch was pushed to by a user without write access
hmmm merge branch was unexpected with my push from a separate machine, I'll try to investigate this in a bit; Re: e80015d |
Fixes #1616
Upgrade Gradle Build Tools to Version 8.7.1:
Update Gradle Wrapper to Version 8.9:
Migrate JVM Toolchain from Java 11 to Java 17:
Main changes:
from
kotlin { jvmToolchain(11) }
to
kotlin { jvmToolchain(17) }
Built using 21 LTS bundled using GRADLE_LOCAL_JAVA_HOME (default) - Android Studio 2024.2.1 Patch 1