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
Copy file name to clipboardExpand all lines: .github/workflows/android.yml
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,10 @@ jobs:
34
34
environment: Stable
35
35
steps:
36
36
- uses: actions/checkout@v4
37
-
- name: Set up JDK 17
37
+
- name: Set up JDK 21
38
38
uses: actions/setup-java@v4
39
39
with:
40
-
java-version: '17'
40
+
java-version: '21'
41
41
distribution: 'temurin'
42
42
43
43
- name: Cache Gradle
@@ -63,14 +63,15 @@ jobs:
63
63
echo -e "- \n- See version notes: [Changelog](https://zenlua.github.io/Tool-Tree/Version.html)" > change.txt
0 commit comments