Skip to content

Commit 28b3622

Browse files
committed
fix: replace deprecated gradle-build-action with setup-gradle
1 parent 669a0d2 commit 28b3622

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-plugin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
distribution: "temurin"
2222
java-version: 17
2323

24+
- name: Set up Gradle
25+
uses: gradle/actions/setup-gradle@v3
26+
2427
- name: Grant execute permission for gradlew
2528
run: chmod +x ./gradlew
2629

0 commit comments

Comments
 (0)