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.
1 parent cd20adf commit 2a8b3a2Copy full SHA for 2a8b3a2
.github/workflows/check.yml
@@ -38,6 +38,8 @@ jobs:
38
with:
39
gradle-version: wrapper
40
arguments: |
41
+ --no-daemon
42
+ --info
43
${{ inputs.task }}
44
detektAll
45
ktlintCheck
.github/workflows/release.yml
@@ -58,6 +58,7 @@ jobs:
58
59
60
--no-daemon
61
62
build
63
publish
64
closeAndReleaseStagingRepository
.github/workflows/snapshot_release.yml
@@ -38,5 +38,6 @@ jobs:
0 commit comments