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 80c03b4 commit bc3736cCopy full SHA for bc3736c
.github/workflows/maven-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
tag: ${{ github.event.release.tag_name }}
31
generateReleaseNotes: true
32
- name: Validate Gradle wrapper
33
- uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6
+ uses: gradle/actions/wrapper-validation@v4
34
- name: Set up Java for publishing to Maven Central Repository
35
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
36
with:
0 commit comments