DeviceFarmer / STFService.apk

Monitor and perform various actions on your Android device. Not meant for actual user devices.
Other
111 stars 59 forks source link

Bump com.google.protobuf:protobuf-gradle-plugin from 0.9.3 to 0.9.4 #112

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps com.google.protobuf:protobuf-gradle-plugin from 0.9.3 to 0.9.4.

Release notes

Sourced from com.google.protobuf:protobuf-gradle-plugin's releases.

v0.9.4 is released

  • Fix a bug that codegen plugins from system search path no longer works. (#675)
  • Avoid duplicate GenerateProtoTask output dir. This causes tasks to fail if it depends on the output source and duplicationStrategy is set to DuplicatesStrategy.FAIL. (#718)
  • Avoid eagerly resolving input files in ProtobufExtract. This bug would cause a lot of invalidations of configuration cache when upgrading to Gradle 8.1. (#719)
  • Fix plugin compatibility with Kotlin Gradle Plugin 1.9.0 release. (#721)
Commits
  • 32afa9e 0.9.4 release
  • a7c26cb Fix plugin compatibility with Kotlin Gradle Plugin 1.9.0 release (#715) (#721)
  • 5c15781 stop using configuration Configuration#fileCollection(Dependency...), soon to...
  • 4502c7e Avoid eagerly resolving input files in ProtobufExtract (#713) (#719)
  • 30fa504 Avoid duplicate GenerateProtoTask output dir (#703) (#718)
  • 1c33cad README: clarify plugins search path (#702) (#717)
  • 6673571 Support plugins without an ExecutableLocator
  • 0a2c7bb Start 0.9.4 development cycle
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)