Docs
Blog Status Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

2025-04-14

gradle-plugin 0.19.0

  • Bumped default ew-cli version to 0.12.1.
  • New: added support for passing secret runner arguments via secretEnvironmentVariables, for use with things like tokens, credentials, passwords, etc.
  • New: added support for tunneling emulator egress networking to the machine the Gradle build is running on. Read more about this feature here.
  • New: integrate with Gradle’s Test Reporting API (Gradle 8.13+) and Develocity’s JUnit importer.

gradle-plugin 0.19.1

  • Fixed: secretEnvironmentVariables were not passed to the emulator correctly and had no effect.