Skip to content

Commit

Permalink
Use caching and same JDK for publishing as other CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Oct 24, 2023
1 parent 37db4f1 commit 2ad683a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
distribution: zulu
java-version: 17
cache: gradle
- name: Setup Gradle
run: chmod +x gradlew
- name: Run Gradle
Expand All @@ -41,8 +42,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
distribution: zulu
java-version: 17
cache: gradle
- name: Setup Gradle
run: chmod +x gradlew
- name: Run Gradle
Expand Down

0 comments on commit 2ad683a

Please sign in to comment.