We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13f10ca + 5774439 commit 6865449Copy full SHA for 6865449
.github/workflows/changelog-print.yml
@@ -15,6 +15,7 @@ jobs:
15
with:
16
java-version: 11
17
distribution: 'temurin'
18
+ cache: 'gradle'
19
- name: gradle caching
20
uses: gradle/gradle-build-action@v2
21
- run: ./gradlew changelogPrint
.github/workflows/deploy.yml
@@ -41,6 +41,7 @@ jobs:
41
42
43
44
45
46
47
- name: publish all
0 commit comments