Skip to content

Commit

Permalink
Merge pull request #24 from ttttkii913/main
Browse files Browse the repository at this point in the history
develop
  • Loading branch information
ttttkii913 authored Jul 23, 2024
2 parents 99438fd + 020c7b8 commit 0b0b25c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
distribution: 'adopt'
java-version: '17'

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew clean build -x test

Expand Down

0 comments on commit 0b0b25c

Please sign in to comment.