Skip to content

Commit 743f2eb

Browse files
authored
makes post release cleanup job run on java 17 (#5924)
1 parent 132b8ba commit 743f2eb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/post_release_cleanup.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ jobs:
1515
- uses: actions/checkout@v4.1.1
1616
with:
1717
fetch-depth: 0
18-
18+
- name: Set up JDK 17
19+
uses: actions/setup-java@v4.1.0
20+
with:
21+
java-version: 17
22+
distribution: temurin
23+
cache: gradle
1924
- name: Run post release cleanup task
2025
run: |
2126
./gradlew postReleaseCleanup

0 commit comments

Comments
 (0)