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 2f1b659 commit b6cad8dCopy full SHA for b6cad8d
.github/workflows/apidocs.yaml
@@ -33,7 +33,7 @@ jobs:
33
cache: gradle
34
35
- name: Setup Gradle
36
- uses: gradle/actions/setup-gradle@v4
+ uses: gradle/actions/setup-gradle@v5
37
38
- name: Generate Dokka Site
39
run: |-
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
distribution: 'temurin'
29
30
31
32
with:
add-job-summary: 'always'
cache-read-only: true
.github/workflows/gradle-publish.yml
@@ -31,7 +31,7 @@ jobs:
- name: Clean Build with Gradle
run: ./gradlew clean build
0 commit comments