Skip to content

Commit

Permalink
make post release cleanup job use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmotson committed May 2, 2024
1 parent 9a8535d commit d5addae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/post_release_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ jobs:
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

- name: Set up JDK 17
uses: actions/setup-java@v4.1.0
with:
java-version: 17
distribution: temurin
cache: gradle
- name: Run post release cleanup task
run: |
./gradlew postReleaseCleanup
Expand Down

0 comments on commit d5addae

Please sign in to comment.