Skip to content

Commit 539e56c

Browse files
authored
Update publish_project.yml
1 parent 3b5f894 commit 539e56c

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.github/workflows/publish_project.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,23 @@ jobs:
2626
- name: Checkout Repository
2727
uses: actions/checkout@v4
2828

29-
- name: Setup Build
30-
uses: ./.github/actions/build_setup
29+
- name: Set up JDK 17
30+
uses: actions/setup-java@v4
31+
with:
32+
distribution: zulu
33+
java-version: 17
34+
35+
- name: Setup Gradle
36+
uses: gradle/actions/setup-gradle@v3
37+
with:
38+
cache-write-only: ${{ inputs.update-cache }}
39+
generate-job-summary: false
40+
gradle-home-cache-includes: |
41+
caches
42+
caches/retro_futura_gradle
43+
notifications
44+
jdks
45+
wrapper
3146
3247
- name: Make gradlew executable
3348
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)