Skip to content

Commit 2a8b3a2

Browse files
committed
Add --info key for gradle build action
1 parent cd20adf commit 2a8b3a2

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
with:
3939
gradle-version: wrapper
4040
arguments: |
41+
--no-daemon
42+
--info
4143
${{ inputs.task }}
4244
detektAll
4345
ktlintCheck

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
gradle-version: wrapper
5959
arguments: |
6060
--no-daemon
61+
--info
6162
build
6263
publish
6364
closeAndReleaseStagingRepository

.github/workflows/snapshot_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ jobs:
3838
gradle-version: wrapper
3939
arguments: |
4040
--no-daemon
41+
--info
4142
build
4243
publish

0 commit comments

Comments
 (0)