Skip to content

Commit 28729da

Browse files
committed
⬆️ build-logic
1 parent cce552a commit 28729da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: burrunan/gradle-cache-action@v1
2222
name: Build
2323
with:
24-
arguments: assemble -x dokkaHtml -x dokkaHtmlJar -x javadoc -x dokkaJavadocJar
24+
arguments: assemble #-x dokkaHtml -x dokkaHtmlJar -x javadoc -x dokkaJavadocJar
2525
# - name: Cleanup Gradle Cache
2626
# # Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
2727
# # Restoring these files from a GitHub Actions cache might cause problems for future builds.
@@ -59,7 +59,7 @@ jobs:
5959
- uses: burrunan/gradle-cache-action@v1
6060
name: Build
6161
with:
62-
arguments: assemble -x dokkaHtml -x dokkaHtmlJar -x javadoc -x dokkaJavadocJar
62+
arguments: assemble #-x dokkaHtml -x dokkaHtmlJar -x javadoc -x dokkaJavadocJar
6363
# - name: Cleanup Gradle Cache
6464
# # Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
6565
# # Restoring these files from a GitHub Actions cache might cause problems for future builds.
@@ -85,7 +85,7 @@ jobs:
8585
- uses: burrunan/gradle-cache-action@v1
8686
name: Build
8787
with:
88-
arguments: assemble -x dokkaHtml -x dokkaHtmlJar -x javadoc -x dokkaJavadocJar
88+
arguments: assemble #-x dokkaHtml -x dokkaHtmlJar -x javadoc -x dokkaJavadocJar
8989
# - name: Cleanup Gradle Cache
9090
# # Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
9191
# # Restoring these files from a GitHub Actions cache might cause problems for future builds.

0 commit comments

Comments
 (0)