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.
gradle-cache
build-kotlin-dispatcher
1 parent fbff9a7 commit 118630bCopy full SHA for 118630b
.github/workflows/build-kotlin-dispatcher.yaml
@@ -7,6 +7,11 @@ on:
7
description: 'Gradle args for `build` step'
8
default: ''
9
required: false
10
+ gradle-cache:
11
+ description: 'Use Gradle cache'
12
+ default: true
13
+ required: false
14
+ type: boolean
15
publish-all-docs:
16
description: 'Publish all docs instead of only API docs and reports'
17
@@ -18,6 +23,7 @@ jobs:
18
23
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-kotlin.yaml@hubdle
19
24
with:
20
25
gradle-args: '${{ github.event.inputs.gradle-args }}'
26
+ gradle-cache: '${{ github.event.inputs.gradle-cache }}'
21
27
allow-github-actor-bots: false
22
28
publish-all-docs: '${{ github.event.inputs.publish-all-docs }}'
29
secrets: inherit
0 commit comments