Skip to content

Commit

Permalink
chore(CI/CD) : gradlew 권한 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
F-hiller committed May 7, 2024
1 parent 06703cf commit a32261b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/[email protected]

- name: Build with Gradle Wrapper
run: ./gradlew build -x test
env:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/[email protected]

- name: Test with Gradle Wrapper
run: ./gradlew test
env:
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit a32261b

Please sign in to comment.