Skip to content

Commit 118630b

Browse files
Add gradle-cache to build-kotlin-dispatcher
1 parent fbff9a7 commit 118630b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-kotlin-dispatcher.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
description: 'Gradle args for `build` step'
88
default: ''
99
required: false
10+
gradle-cache:
11+
description: 'Use Gradle cache'
12+
default: true
13+
required: false
14+
type: boolean
1015
publish-all-docs:
1116
description: 'Publish all docs instead of only API docs and reports'
1217
required: false
@@ -18,6 +23,7 @@ jobs:
1823
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-kotlin.yaml@hubdle
1924
with:
2025
gradle-args: '${{ github.event.inputs.gradle-args }}'
26+
gradle-cache: '${{ github.event.inputs.gradle-cache }}'
2127
allow-github-actor-bots: false
2228
publish-all-docs: '${{ github.event.inputs.publish-all-docs }}'
2329
secrets: inherit

0 commit comments

Comments
 (0)