We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22df9bf commit 7d8add4Copy full SHA for 7d8add4
2 files changed
.github/workflows/pr_workflow.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
java-version: 21
20
distribution: temurin
21
+ cache: gradle
22
- name: Set up Docker
23
uses: docker/setup-docker-action@3fb92d6d9c634363128c8cce4bc3b2826526370a # v4.4.0
24
.github/workflows/test_and_build.yml
@@ -26,6 +26,7 @@ jobs:
26
27
28
29
30
31
32
@@ -51,6 +52,7 @@ jobs:
51
52
53
54
55
56
- name: Release with Gradle
57
run: ./gradlew githubRelease
58
env:
0 commit comments