Skip to content

Commit

Permalink
Remove unnecessary gradle setup github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrob33 committed Feb 16, 2024
1 parent 4f81c8d commit af330f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,5 @@ jobs:
java-version: '17'
cache: 'gradle'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.2

- name: Build with Gradle
run: ./gradlew assembleDebug

0 comments on commit af330f3

Please sign in to comment.