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.
1 parent 4c1b8d1 commit d0b856eCopy full SHA for d0b856e
.github/workflows/ci.yml
@@ -25,9 +25,7 @@ jobs:
25
distribution: "temurin"
26
java-version: ${{ matrix.jre }}
27
- name: gradle caching
28
- uses: gradle/gradle-build-action@v3
29
- with:
30
- gradle-home-cache-cleanup: true
+ uses: gradle/actions/setup-gradle@v4
31
- name: git fetch origin main
32
run: git fetch origin main
33
- name: gradlew build
.github/workflows/deploy.yml
@@ -41,9 +41,7 @@ jobs:
41
java-version: 11
42
distribution: 'temurin'
43
44
45
46
47
- run: git fetch origin main
48
- name: publish all
49
if: "${{ github.event.inputs.to_publish == 'all' }}"
0 commit comments