Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth authored Jul 28, 2023
1 parent 64a6867 commit 0c6eb27
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand All @@ -24,9 +25,6 @@ jobs:

# https://github.com/gradle/gradle-build-action
- uses: gradle/gradle-build-action@v2
# with:
# arguments: build
# - name: Grant execute permission for gradlew
# run: chmod +x gradlew

- name: Build with Gradle Wrapper
run: ./gradlew build

0 comments on commit 0c6eb27

Please sign in to comment.