summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 594f417)
raw | patch | inline | side by side (parent: 594f417)
author | fredboy <fredboy@protonmail.com> | |
Sun, 14 Apr 2024 17:28:03 +0000 (00:28 +0700) | ||
committer | GitHub <noreply@github.com> | |
Sun, 14 Apr 2024 17:28:03 +0000 (00:28 +0700) |
.github/workflows/android.yml | patch | blob | history |
index e519f16f82d0fe5a1e47508a47554d29b9c021df..1ab91fa8fe8d7ad37b6e5d19c3433b9a4949ed7c 100644 (file)
steps:
- uses: actions/checkout@v3
- - name: set up JDK 11
+ - name: set up JDK 17
uses: actions/setup-java@v3
with:
- java-version: '11'
+ java-version: '17'
distribution: 'temurin'
cache: gradle