Skip to content

Tags: bitrise-steplib/steps-gradle-runner

Tags

3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove metrics collection option (#109)

2.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve log messages when duplicate files are copied to the outputs (#90

)

* Improve log messages when duplicate files are copied to the outputs

* Update dependencies

* Add sensible default exclude filter patterns

* Improve error logging

2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove error detection and retry (#88)

* Remove the error detection and retry logic from the step completely. Users on Gradle 5+ will benefit from Gradle's network retries (and can customize its parameters better)
* Migrate the step's test workflows to the unified CI structure
      - Clone  https://github.com/bitrise-samples/sample-apps-android-sdk22.git into a subdirectory instead, to solve the issue that the sample app is too old: `Could not find any version that matches com.android.support:appcompat-v7:22.+.`
       - Use 'App file exclude' input instead of the deprecated 'Apk file filter'

Co-authored-by: Laszlo Pusok <laszlo.pusok@bitrise.io>

1.9.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix cache root directory (#87)

* Use `gradlew` path as project's root path

* Add basic check to tests

1.9.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependencies (#85)

* Migrate to go modules

1.9.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix env var formatting (#84)

1.9.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New Step description (#81)

1.9.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dep update (#79)

1.9.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Direct gradle output to log file if debug flag used (#76)

* Dependency update

* Not generic working

* Direct gradle output to log file if debug flag used

* Left outs

* typos

* Fix ci

* Fix CI

Co-authored-by: Tamas Papik <trapacska@gmail.com>

1.9.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
deps updated (#71)