We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b236a45 commit 1b76f5bCopy full SHA for 1b76f5b
1 file changed
.github/workflows/dev_deploy.yml
@@ -23,7 +23,12 @@ jobs:
23
java-version: '17'
24
distribution: 'temurin'
25
26
- # 3) Gradle 사용. arguments 를 붙이면 뒤에 그대로 실행된다고 생각하면 됨
+ # 3)권한 부여 >> 리눅스 명령어다
27
+ - name: Grant execute permission for gradlew
28
+ run: chmod +x ./gradlew
29
+ shell: bash
30
+
31
+ # 4) Gradle 사용. arguments 를 붙이면 뒤에 그대로 실행된다고 생각하면 됨
32
# 이 워크플로우는 gradle clean build 를 수행함
33
- name: Build with Gradle
34
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
0 commit comments