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 8e68481 commit aa35b84Copy full SHA for aa35b84
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: gradle
24
25
- name: Setup Gradle
26
- uses: gradle/actions/setup-gradle@v2
+ uses: gradle/actions/setup-gradle@v4
27
28
- name: Build and Publish
29
run: ./gradlew build publish --no-daemon -PMAVEN_USERNAME=$MAVEN_USERNAME -PMAVEN_PASSWORD=$MAVEN_PASSWORD
0 commit comments