@@ -253,12 +253,17 @@ workflows:
253
253
- content : |-
254
254
set -exo pipefail
255
255
../bitrise-build-cache-cli activate gradle -d --cache
256
+ - script :
257
+ title : Print ~/.init.d/bitrise-build-cache.init.gradle.kts
258
+ inputs :
259
+ - content : |-
260
+ cat ~/.gradle/init.d/bitrise-build-cache.init.gradle.kts
256
261
- script :
257
262
title : Build and capture logs
258
263
inputs :
259
264
- content : |-
260
265
set -exo pipefail
261
- (./gradlew debug 2>&1) | tee "$BITRISE_DEPLOY_DIR/logs.txt"
266
+ (./gradlew debug --info --stacktrace 2>&1) | tee "$BITRISE_DEPLOY_DIR/logs.txt"
262
267
- script :
263
268
title : Check for cache invocations
264
269
inputs :
@@ -283,12 +288,17 @@ workflows:
283
288
- content : |-
284
289
set -exo pipefail
285
290
../bitrise-build-cache-cli activate gradle -d --cache
291
+ - script :
292
+ title : Print ~/.init.d/bitrise-build-cache.init.gradle.kts
293
+ inputs :
294
+ - content : |-
295
+ cat ~/.gradle/init.d/bitrise-build-cache.init.gradle.kts
286
296
- script :
287
297
title : Create local configuration cache
288
298
inputs :
289
299
- content : |-
290
300
set -exo pipefail
291
- ./gradlew debug --configuration-cache --dry-run
301
+ ./gradlew debug --configuration-cache --dry-run --info --stacktrace
292
302
- script :
293
303
title : Save configuration cache
294
304
inputs :
@@ -315,7 +325,7 @@ workflows:
315
325
inputs :
316
326
- content : |-
317
327
set -exo pipefail
318
- (./gradlew debug --configuration-cache 2>&1) | tee "$BITRISE_DEPLOY_DIR/logs.txt"
328
+ (./gradlew debug --configuration-cache --info --stacktrace 2>&1) | tee "$BITRISE_DEPLOY_DIR/logs.txt"
319
329
- script :
320
330
title : Check for cache invocations
321
331
inputs :
@@ -436,12 +446,17 @@ workflows:
436
446
- content : |-
437
447
set -exo pipefail
438
448
../bitrise-build-cache-cli activate gradle -d --cache
449
+ - script :
450
+ title : Print ~/.init.d/bitrise-build-cache.init.gradle.kts
451
+ inputs :
452
+ - content : |-
453
+ cat ~/.gradle/init.d/bitrise-build-cache.init.gradle.kts
439
454
- script :
440
455
title : Create local configuration cache
441
456
inputs :
442
457
- content : |-
443
458
set -exo pipefail
444
- ./gradlew debug --configuration-cache --dry-run
459
+ ./gradlew debug --configuration-cache --dry-run --info --stacktrace
445
460
- script :
446
461
title : Save configuration cache
447
462
inputs :
@@ -466,7 +481,7 @@ workflows:
466
481
inputs :
467
482
- content : |-
468
483
set -exo pipefail
469
- (./gradlew debug --configuration-cache 2>&1) | tee "$BITRISE_DEPLOY_DIR/logs.txt"
484
+ (./gradlew debug --configuration-cache --info --stacktrace 2>&1) | tee "$BITRISE_DEPLOY_DIR/logs.txt"
470
485
- script :
471
486
title : Check for cache invocations
472
487
inputs :
@@ -495,12 +510,17 @@ workflows:
495
510
- content : |-
496
511
set -exo pipefail
497
512
../bitrise-build-cache-cli activate gradle -d --cache
513
+ - script :
514
+ title : Print ~/.init.d/bitrise-build-cache.init.gradle.kts
515
+ inputs :
516
+ - content : |-
517
+ cat ~/.gradle/init.d/bitrise-build-cache.init.gradle.kts
498
518
- script :
499
519
title : Create local configuration cache
500
520
inputs :
501
521
- content : |-
502
522
set -exo pipefail
503
- ./gradlew debug --configuration-cache --dry-run
523
+ ./gradlew debug --configuration-cache --dry-run --info --stacktrace
504
524
- script :
505
525
title : Save configuration cache
506
526
inputs :
@@ -525,7 +545,7 @@ workflows:
525
545
inputs :
526
546
- content : |-
527
547
set -exo pipefail
528
- (./gradlew debug --configuration-cache 2>&1) | tee "$BITRISE_DEPLOY_DIR/logs.txt"
548
+ (./gradlew debug --configuration-cache --info --stacktrace 2>&1) | tee "$BITRISE_DEPLOY_DIR/logs.txt"
529
549
- script :
530
550
title : Check for cache invocations
531
551
inputs :
0 commit comments