Skip to content

Commit 325f4ae

Browse files
committed
Bump the JVM version to 11 in the workflow file:
The error message from the GitHub Actions workflow: ```text > Could not resolve all files for configuration ':buildSrc:compileClasspath'. > Could not resolve com.android.tools.build:gradle:8.5.2. Required by: project :buildSrc > Dependency requires at least JVM runtime version 11. This build uses a Java 8 JVM. ```
1 parent 1e4a711 commit 325f4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/demo-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
- name: Setup Pages
3232
uses: actions/configure-pages@v5
3333

34-
- name: Set up JDK 8
34+
- name: Set up JDK 11
3535
uses: actions/setup-java@v4
3636
with:
37-
java-version: "8"
37+
java-version: "11"
3838
distribution: "temurin"
3939

4040
- name: Setup Gradle

0 commit comments

Comments
 (0)