Skip to content

Commit 49d5146

Browse files
committed
fix: setup gradle workflow
1 parent b02b0e5 commit 49d5146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
settings-path: ${{ github.workspace }}
3131

3232
- name: Set up Gradle
33-
uses: actions/setup-java@v4
33+
uses: gradle/actions/setup-gradle@v4
3434

3535
- name: Publish to Maven Central
3636
run: ./gradlew publishToMavenCentral --stacktrace --no-configuration-cache

0 commit comments

Comments
 (0)