firebase-android-sdk
firebase-android-sdk copied to clipboard
Bump protobuf-gradle-plugin from 0.8.14 to 0.8.19
Bumps protobuf-gradle-plugin from 0.8.14 to 0.8.19.
Release notes
Sourced from protobuf-gradle-plugin's releases.
v0.8.19 is released
The coordinates of the plugin have changed (inadvertently, same as in gradle/plugin-portal-requests#124). If you are not using the plugin DSL, then you will need to change the dependency classpath from
gradle.plugin.com.google.protobuf:protobuf-gradle-plugintocom.google.protobuf:protobuf-gradle-pluginwhen upgrading. I hope that's the only issue. I would fix it with another release, but it seems this is how Gradle wants it, because plugin-publish is removing an override.Fixed bugs
- Fixed issue that would warn of google/protobuf-gradle-plugin#248 with Android, even when it didn't make sense (#542). The plugin itself was at fault
- Fixed path-based protoc/plugin binaries to be considered for out-of-date checking (#560)
Improvements
- Avoid eager task loading (#544). This reduces the Gradle configuration time
- Ignore protoc/plugin artifact classifier for out-of-date checks (#560). This allows the Gradle cache to share results between platforms
Thanks to contributors
v0.8.18 is released
Fixed bugs
- Restrict getOutputSourceDirectorySet() to directories only (#533). This fixes build failures for certain configurations when
outputPathis a zip/jarImprovements
- Ignore empty directories for sources (#530). This is in preparation for Gradle 8 which will stop implicitly skipping the task when all directories are empty
- Clean up Kotlin integration using newer Gradle integration (#531). Does not change minimum Gradle version supported
Thanks to contributors
v0.8.17 is released
Fixed bugs
- Fix configuration caching violation when generating jar plugin trampoline script by using saved ProjectLayout to get build directory in GenerateProtoTask (#509)
Improvements
- Make IDEA support work out of the box with lazy lookup of the IDEA plugin (#506)
Thanks to contributors
v0.8.16 is released
Fixed bugs
- Make compileProtoPath variant selection criteria tighter by adding JAVA_RUNTIME usage attribute. Without this, dependency resolution may result in ambiguous variant selection error if the dependency exposes variants with different usages (#489)
- Add explicit DuplicatesStrategy as required by Gradle 7+ (#487)
Improvements
... (truncated)
Commits
42b7ee30.8.19 release2758817Convert more classes to CompileStatic (#569)20d4d51Easy part of CompileStatic migratione7f9ab4Readme: Typo in property name for Python's configb8d4680Migrate compile configuration to implementation9393cc4Have allstar ignore testing jars6bb945cMerge pull request #560 from clayburn/457-ignore-os-input-to-generateProtoTask56d5875Update outdated references togetAlternativePaths19b52b6Fix CodeNarc violationsc9576b6Suggest Gradle Plugin Portal instead of Maven Central- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a firebase member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Superseded by #4178.