Skip to content

Commit

Permalink
java 17 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
zipizigi committed Nov 15, 2023
1 parent 710a55b commit b25da7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: set up JDK 11
uses: actions/setup-java@v1
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11

- name: Cache Gradle packages
uses: actions/cache@v2
distribution: 'temurin'
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
cache-overwrite-existing: true

- name: Get short SHA
id: slug
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit b25da7a

Please sign in to comment.