We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7827e84 commit d68d6b7Copy full SHA for d68d6b7
1 file changed
.github/workflows/android.yml
@@ -16,10 +16,10 @@ jobs:
16
steps:
17
- uses: actions/checkout@v1
18
19
- - name: set up JDK 11 # 깃허브 runner에서 돌아가는 환경은 java 17버전으로 설정한다.
+ - name: set up JDK 17 # 깃허브 runner에서 돌아가는 환경은 java 17버전으로 설정한다.
20
uses: actions/setup-java@v1
21
with:
22
- java-version: 11
+ java-version: 17
23
24
- name: Grant Permission for gradlew # gradlew 에 대한 퍼미션을 허용한다.
25
run: chmod +x ./gradlew
0 commit comments