Skip to content

Commit 8304aa0

Browse files
Update gradle-publish.yml
1 parent 188ad44 commit 8304aa0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ jobs:
3232
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
3333
settings-path: ${{ github.workspace }} # location for the settings.xml file
3434

35+
# - name: Setup Gradle
36+
# uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
3537
- name: Setup Gradle
36-
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
38+
uses: gradle/actions/setup-gradle@v4
3739

3840
- name: Build with Gradle
3941
run: ./gradlew -b build-github.gradle build

0 commit comments

Comments
 (0)