Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
try to use gradle build action and wrapper
  • Loading branch information
gmuth committed Jul 28, 2023
1 parent 34148ca commit a8a76f8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:

# https://github.com/gradle/gradle-build-action
- uses: gradle/gradle-build-action@v2
with:
arguments: build

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

0 comments on commit a8a76f8

Please sign in to comment.