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 d65af87 commit c23e82eCopy full SHA for c23e82e
.github/workflows/gradle.yml
@@ -39,7 +39,7 @@ jobs:
39
java-version: 21
40
41
- name: Setup Gradle
42
- uses: gradle/actions/setup-gradle@v4
+ uses: gradle/actions/setup-gradle@v5
43
44
- name: Build with Gradle
45
run: ./gradlew ci --scan
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
- name: Get publishing variables
55
id: publish_vars
0 commit comments