Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed May 6, 2024
1 parent 5a0ade9 commit 39dc37a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
java-version: '21'
distribution: temurin
- name: Build with Gradle
uses: gradle/gradle-build-action@main
with:
arguments: :app${{matrix.version}}:build
uses: gradle/actions/setup-gradle@main
run: ./gradlew :app${{matrix.version}}:build
- name: Upload Artifact
uses: actions/upload-artifact@v3.1.3
with:
Expand Down

0 comments on commit 39dc37a

Please sign in to comment.