We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02b0e5 commit 49d5146Copy full SHA for 49d5146
1 file changed
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
settings-path: ${{ github.workspace }}
31
32
- name: Set up Gradle
33
- uses: actions/setup-java@v4
+ uses: gradle/actions/setup-gradle@v4
34
35
- name: Publish to Maven Central
36
run: ./gradlew publishToMavenCentral --stacktrace --no-configuration-cache
0 commit comments