Skip to content

Commit 105251e

Browse files
committed
build: enable configuration-cache
1 parent 2feb2da commit 105251e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
build-scan-publish: true
3232
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
3333
build-scan-terms-of-use-agree: "yes"
34+
gradle-version: wrapper
3435

3536
- name: Run build
3637
run: ./gradlew build

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
build-scan-publish: true
3535
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
3636
build-scan-terms-of-use-agree: "yes"
37+
gradle-version: wrapper
3738
- name: Generate docs
3839
run: ./gradlew dokkaGenerate
3940
- name: Upload artifact

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
kotlin.code.style=official
22
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
3+
org.gradle.configuration-cache=true

0 commit comments

Comments
 (0)