Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 260cee1

Browse files
committed
Don't use configuration cache for Dokka
Kotlin/dokka#1217
1 parent a51f7e1 commit 260cee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-kdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: gradle/gradle-build-action@v2
2222

2323
- name: Build KDoc
24-
run: ./gradlew --no-daemon dokkaHtml
24+
run: ./gradlew --no-daemon --no-configuration-cache dokkaHtml
2525

2626
- uses: actions/upload-pages-artifact@v1
2727
with:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
}
1818

1919
dependencies {
20-
classpath 'com.android.tools.build:gradle:8.0.0'
20+
classpath 'com.android.tools.build:gradle:8.0.1'
2121
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
2222
classpath "org.jetbrains.dokka:dokka-gradle-plugin:${versions.dokka}"
2323
}

0 commit comments

Comments
 (0)