Skip to content

Commit

Permalink
Testing with specific Gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchaub committed Jan 8, 2024
1 parent 9ca388c commit 588c070
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
uses: gradle/gradle-build-action@2
with:
gradle-version: 8.5
arguments: build

0 comments on commit 588c070

Please sign in to comment.