Skip to content

Commit

Permalink
chore: migrate from build-gradle-action to setup-gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Feb 19, 2024
1 parent 118a561 commit f217e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: temurin
java-version: 17
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 #v3.1.0
- name: Execute Gradle build
run: chmod +x gradlew; ./gradlew build --stacktrace
- name: Upload build artifacts
Expand Down

0 comments on commit f217e0d

Please sign in to comment.