Gradle Runner v3.0.0

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鈥檛 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鈥檚 Changed

Full Changelog: Comparing 2.0.1...3.0.0 路 bitrise-steplib/steps-gradle-runner 路 GitHub