Skip to content

Releases: bitrise-steplib/steps-gradle-runner

3.0.0

27 Nov 09:56
25dbfa5
Compare
Choose a tag to compare

Breaking changes:

The --no-daemon Gradle flag is no longer set by default. When a workflow runs multiple Gradle commands, this results in faster subsequent Gradle executions as the existing Gradle daemon is reused (instead of stopping, then starting a new one). This shouldn't cause issues, but if it does, you can revert to the previous behavior by setting gradle_options to --stacktrace --no-daemon.

The following deprecated inputs have been removed:

  • apk_file_include_filter (use app_file_include_filter instead)
  • apk_file_exclude_filter (use app_file_exclude_filter instead)

What's Changed

Full Changelog: 2.0.1...3.0.0

2.0.1

16 Aug 09:44
47a5e9b
Compare
Choose a tag to compare
  • Improved log messages on *.apk, *.aab or mapping.txt collisions.
  • Added temporary and immediate directories to the default exclude lists to avoid most of the false positives

2.0.0

13 Jul 10:11
cfb4497
Compare
Choose a tag to compare

Remove the temporary failure detection and retry logic from the Step. Users on Gradle 5+ will benefit from Gradle's network retries.
Removed Retry failed Gradle command retry_on_failure Input.

Migration guide

For clarity, please remove references from the bitrise.yml.

1.9.9

24 Jun 13:26
2fc1fca
Compare
Choose a tag to compare

Calculate exclude paths for cache properly even if the project is not in root directory

1.9.8

28 May 12:21
6fdb353
Compare
Choose a tag to compare

Updated caching mechanism to ignore local changes in *.gradle files used as an indicator.

1.9.7

12 Apr 09:10
b05cc92
Compare
Choose a tag to compare

Updating Step's description.

1.9.6

20 Nov 13:01
611c78c
Compare
Choose a tag to compare

Step description update.

1.9.5

02 Sep 10:01
016515e
Compare
Choose a tag to compare
  • Updated dependencies (#79 )

1.9.4

23 Jul 11:13
90953f9
Compare
Choose a tag to compare
  • Direct gradle output to log file if debug flag used #76
  • Fix typo in deprecation warning #73

1.9.3

27 Feb 15:35
7497bb7
Compare
Choose a tag to compare
  • deps updated