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 10d8e33 commit 8989460Copy full SHA for 8989460
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
jdkFile: ${{ steps.download-java.outputs.jdkFile }}
46
47
- name: Build & Test
48
- uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2
+ uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
49
with:
50
arguments: build --info
51
@@ -63,6 +63,6 @@ jobs:
63
64
- name: Publish To Sonatype
65
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
66
67
68
arguments: publishAllPublicationsToMavenCentral
0 commit comments