Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toy-k committed May 26, 2023
1 parent fb2a7d4 commit 6f3d7e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,15 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: print test msg
run: echo test msg!

- name: Generate Gradle Wrapper
run: gradle wrapper
# - name: Download Gradle Wrapper
# run: ./gradlew wrapper
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 6f3d7e8

Please sign in to comment.