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 b11c44cCopy full SHA for b11c44c
.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@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # 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