Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Bump protobuf-gradle-plugin from 0.8.15 to 0.8.18 #2822

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2022

Bumps protobuf-gradle-plugin from 0.8.15 to 0.8.18.

Release notes

Sourced from protobuf-gradle-plugin's releases.

v0.8.18 is released

Fixed bugs

  • Restrict getOutputSourceDirectorySet() to directories only (#533). This fixes build failures for certain configurations when outputPath is a zip/jar

Improvements

  • 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

  • Mark generated code as "generated" folder in IDEA, so that users will get warned if they try to edit those files (#477)
  • Support outputting generated code directly into JAR/ZIP (#480)

Thanks to contributors

Commits

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)

Bumps [protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.8.15 to 0.8.18.
- [Release notes](https://github.com/google/protobuf-gradle-plugin/releases)
- [Commits](google/protobuf-gradle-plugin@v0.8.15...v0.8.18)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added java Pull requests that update Java code type: dependencies Pull requests that update a dependency file labels Mar 7, 2022
@apanicker-nflx apanicker-nflx merged commit 6a2c1b5 into main Mar 7, 2022
@apanicker-nflx apanicker-nflx deleted the dependabot/gradle/com.google.protobuf-protobuf-gradle-plugin-0.8.18 branch March 7, 2022 23:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
java Pull requests that update Java code type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant