You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to Gradle 8, we need to use Java 17 instead of Java 11. We have updated the workflows inside .github/workflows/ but haven't updated the template workflows in .cicdtemplate/.github/workflows/ 🙈
FAILURE: Build failed with an exception.
4 actionable tasks: 4 executed
* Where:
Build file '/home/runner/work/test-bump-version/test-bump-version/app/build.gradle.kts' line: 3
* What went wrong:
An exception occurred applying plugin request [id: 'com.android.application']
> Failed to apply plugin 'com.android.internal.application'.
> Android Gradle plugin requires Java 17 to run. You are currently using Java 11.
Your current JDK is located in /usr/lib/jvm/temurin-11-jdk-amd64
You can try some of the following options:
- changing the IDE settings.
- changing the JAVA_HOME environment variable.
- changing `org.gradle.java.home` in `gradle.properties`.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org/
BUILD FAILED in 1m [50](https://github.com/ryan-conway/test-bump-version/actions/runs/6429079443/job/17457455354#step:5:51)s
Error: Process completed with exit code 1.
Expected
Template workflows should run to completion
Steps to reproduce
Clone the workflows from .cicdtemplate/github/workflows/ to a working Android project repository
Trigger a workflow run
The text was updated successfully, but these errors were encountered:
Issue
After updating to Gradle 8, we need to use Java 17 instead of Java 11. We have updated the workflows inside
.github/workflows/
but haven't updated the template workflows in.cicdtemplate/.github/workflows/
🙈Expected
Template workflows should run to completion
Steps to reproduce
.cicdtemplate/github/workflows/
to a working Android project repositoryThe text was updated successfully, but these errors were encountered: