Skip to content

Commit 39d7bac

Browse files
author
gopi2401
committed
fix: update Java version to 17 and distribution to Temurin in build configuration
1 parent 2bf0ce5 commit 39d7bac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ jobs:
3030
uses: actions/checkout@v3
3131

3232
# Setup Java environment for Android build
33-
- uses: actions/setup-java@v4
33+
- name: Set up JDK 17
34+
uses: actions/setup-java@v4
3435
with:
35-
java-version: "24"
36-
distribution: "adopt"
36+
distribution: 'temurin'
37+
java-version: '17'
3738
cache: "gradle"
3839

3940
# Gradle cache for faster builds

0 commit comments

Comments
 (0)