Skip to content

Commit 029bac1

Browse files
authored
Update publish.yml
1 parent 5f5b8a1 commit 029bac1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
17-
- name: Set up JDK 17
18-
uses: actions/setup-java@v3
17+
- name: Set up JDK 21
18+
uses: actions/setup-java@v4
1919
with:
20-
java-version: 17
20+
java-version: 21
2121
distribution: temurin
2222
architecture: x64
2323
- name: Build with Gradle
24-
uses: gradle/gradle-build-action@v2
24+
uses: gradle/gradle-build-action@v3
2525
with:
2626
arguments: buildPlugin
2727
- name: Release

0 commit comments

Comments
 (0)