PackageTrack
Sign in Get early access

com.google.protobuf:protobuf-gradle-plugin

0.10.0 #981 most downloaded on Maven Central google/protobuf-gradle-plugin

What this package is like to depend on

Last release 4 months ago

20 Apr 2026

Release timing varies

gaps range from 2 months to 1.7 years

Rarely documented

notes for 10 of 45 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

45 releases · first in 2015

2 releases in the last 12 months

see the full history below

Release timeline

45 releases · Apr 2015 to Apr 2026
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 45
  1. 0.10.0 20 Apr 2026
    Release notes

    What's Changed

    • Require Gradle 7.6+ and Java 11+ by @omarismail94 in #800 . This was required to support Android Gradle Plugin 9
    • Make Protobuf Gradle Plugin compatible with Android Gradle Plugin 9 by @omarismail94 in #797 and followup changes by @liutikas in #805
    • Make generatedFilesBaseDir read-only by @ejona86 in #808 . It was deprecated in v0.9.2

    New Contributors

    Full Changelog: v0.9.6...v0.10.0

    Open source →
    Release notes

    v0.10.0 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  2. 0.9.6 17 Dec 2025
    Release notes

    What's Changed

    • Inline deprecated constant value by @tresat in #779 . This removes a reference to a Gradle-internal API
    • Use ArchiveOperations instead of internal FileOperations, when available by @ejona86 in #780 . This avoids a reference to a Gradle-internal API on Gradle 6.6+
    • Replace usage of multi-string dependency notation in ToolsLocator which was deprecated in Gradle 9.1 by @breskeby in #786
    • Improve clarity of README.md about dependency types by @hudlow in #789

    New Contributors

    Full Changelog: v0.9.5...v0.9.6

    Open source →
    Release notes

    v0.9.6

    Compare

    Choose a tag to compare

    Open source →
  3. 0.9.5 31 Mar 2025
    Release notes

    Fixed bugs

    • Clean output directory before extracting protos (#735). This was then enhanced to sync instead of delete (#772)
    • Revert work-around removal from #719 and properly fix unexpected inputs to configuration cache (#770)

    Improvements

    • Allow the path of a java executable to be configured (#750)
    • Change default output folder to Gradle best practices (generated/sources/proto; plural, not singular) (#755)

    Thanks to contributors

    @holgerstolzenberg
    @Vampire
    @wfhartford

    Open source →
    Release notes

    v0.9.5 is released

    Compare

    Choose a tag to compare

    Open source →
  4. 0.9.4 14 Jul 2023
    Release notes
    • 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)
    Open source →
    Release notes

    v0.9.4 is released

    Compare

    Choose a tag to compare

    Open source →
  5. 0.9.3 26 Apr 2023
    Release notes
    • Fix "KotlinCompile is not a subclass of the given type org.gradle.api.tasks.SourceTask" regression in 0.9.2 (#657)
    • Fix configuration cache incompatibility with Gradle 8.1 with GenerateProtoTask.getIsTest() in the stack trace (#692)
    • Avoid eager reading of buildDir (#678). buildDir reading is now delayed until task configuration, so care is still needed if you modify buildDir.
    • Upgrade osdetector-gradle-plugin to 1.7.3. This adds detection for loongarch64 and avoids calling Provider.forUseAtConfigurationTime() for Gradle >= 7.4
    Open source →
    Release notes

    v0.9.3 is released

    Compare

    Choose a tag to compare

    Open source →
  6. 0.9.2 10 Jan 2023
    Release notes

    Fixed bugs

    • Avoid circular dependencies with other plugins by manually plumbing the test dependency on main instead of using the compile classpath (#631). Fixes #624, a regression introduced in 0.9.0
    • Emulate and deprecate generatedFilesBaseDir (#636). generatedFilesBaseDir no longer changes the output directory directly. Instead, the default directory is always used and files are copied to generatedFilesBaseDir. This allows the task to delete previous output before generating new output. Users of generatedFilesBaseDir should stop using the configuration and instead use a separate Copy or Sync task. Fixes #33 where generated code of old builds remains, for users not using generatedFilesBaseDir
    • Set default command length limit to 64k (#653). Fixes argument list too long on Mac OS (#633)
    Open source →
    Release notes

    v0.9.2 is released

    Compare

    Choose a tag to compare

    Open source →
  7. 0.9.1 08 Oct 2022
    Release notes

    Fixed bugs

    • Fixed a regression from 0.8.x where the proto source set filters were not being applied, causing non-.proto files to be passed to protoc (#621). This fixes errors of the form No syntax specified for the proto file: where the file listed is not a .proto file.
    Open source →
    Release notes

    v0.9.1 is released

    Compare

    Choose a tag to compare

    Open source →
  8. 0.9.0 06 Oct 2022
    Release notes

    Fixed bugs

    • Workaround provider bug in Gradle when excluding tasks (#576). Errors were of the form Querying the mapped value of provider(interface java.util.Set) before task ':project:processResources' has completed is not supported

    Improvements

    • Improved Kotlin accessor support for Android Gradle Plugin 7.x, which uses a different SourceSet class (#565, fixes #540)
    • Migrated project.protobuf from a convention to an extension (#577). This greatly improves the Kotlin experience, as fewer imports are necessary. On upgrade, kts users will need to remove any now-unnecessary imports from their scripts
    • Significantly improve support for task configuration avoidance. README.md has not yet been updated to encourage using configureEach instead of each within generateProtoTasks {}, but it is beneficial as long as you are not using any IDE plugins
    • Added generated code to java SourceSet instead of only adding it to JavaCompile and related tasks. This should cause tasks like sourcesJar and javadoc to now include the generated code. You may need to exclude the generated code from linters
    • Added Eclipse and VSCode support (#590). They should no longer have trouble finding generated code
    • Removed references to unused Gradle-internal FileResolver (#595)
    • Removed usage of deprecated GUtil (#604)
    • Removed dependency on Apache commons-lang (#606)
    • Removed dependency on Guava (#609)
    • Upgraded osdetector-gradle-plugin to 1.7.1
    • Substantial internal modernization. This should not impact most users, but there is risk of a regression or observing timing differences.

    Thanks to contributors

    Open source →
    Release notes

    v0.9.0 is released

    Compare

    Choose a tag to compare

    Open source →
  9. 0.8.19 29 Jun 2022
    Release notes

    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-plugin to com.google.protobuf:protobuf-gradle-plugin when 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 #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

    Open source →
    Release notes

    v0.8.19 is released

    Compare

    Choose a tag to compare

    Open source →
  10. 0.8.18 15 Nov 2021
    Release notes

    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

    Open source →
    Release notes

    v0.8.18 is released

    Compare

    Choose a tag to compare

    Open source →
  11. 0.8.17 14 Jul 2021

    Nothing published for this version

  12. 0.8.16 22 Apr 2021

    Nothing published for this version

  13. 0.8.15 10 Feb 2021

    Nothing published for this version

  14. 0.8.14 18 Nov 2020

    Nothing published for this version

  15. 0.8.13 18 Aug 2020

    Nothing published for this version

  16. 0.8.12 05 Mar 2020

    Nothing published for this version

  17. 0.8.11 18 Dec 2019

    Nothing published for this version

  18. 0.8.10 10 Jul 2019

    Nothing published for this version

  19. 0.8.9 14 Jun 2019

    Nothing published for this version

  20. 0.8.8 16 Jan 2019

    Nothing published for this version

  21. 0.8.7 08 Nov 2018

    Nothing published for this version

  22. 0.8.6 26 Jun 2018

    Nothing published for this version

  23. 0.8.5 14 Mar 2018

    Nothing published for this version

  24. 0.8.4 01 Feb 2018

    Nothing published for this version

  25. 0.8.3 10 Aug 2017

    Nothing published for this version

  26. 0.8.2 28 Jul 2017

    Nothing published for this version

  27. 0.8.1 16 Feb 2017

    Nothing published for this version

  28. 0.8.0 18 Aug 2016

    Nothing published for this version

  29. 0.7.7 03 May 2016

    Nothing published for this version

  30. 0.7.6 15 Mar 2016

    Nothing published for this version

  31. 0.7.5 05 Mar 2016

    Nothing published for this version

  32. 0.7.4 26 Jan 2016

    Nothing published for this version

  33. 0.7.3 04 Jan 2016

    Nothing published for this version

  34. 0.7.1 06 Nov 2015

    Nothing published for this version

  35. 0.7.0 13 Aug 2015

    Nothing published for this version

  36. 0.6.1 30 Jul 2015

    Nothing published for this version

  37. 0.6.0 30 Jul 2015

    Nothing published for this version

  38. 0.5.0 06 Jul 2015

    Nothing published for this version

  39. 0.4.1 12 May 2015

    Nothing published for this version

  40. 0.4.0 07 May 2015

    Nothing published for this version

  41. 0.3.1 29 Apr 2015

    Nothing published for this version

  42. 0.3.0 28 Apr 2015

    Nothing published for this version

  43. 0.2.1 24 Apr 2015

    Nothing published for this version

  44. 0.2.0 24 Apr 2015

    Nothing published for this version

  45. 0.1.0 14 Apr 2015

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive