Releases: bufbuild/buf-gradle-plugin
Releases · bufbuild/buf-gradle-plugin
0.0.12
- Allow breakage checks even if the
maven-publish
plugin isn't applied - Throw better exception when config is improperly specified with a dependency
0.0.11
No functionality changes.
- Added CI and automatic publication
- Added integration test infrastructure and some basic tests
0.0.10
- Linearize task configuration logic by running functions in
afterEvaluate
0.0.9
- Be more tolerant of (incorrect) nulls in image artifact details
- Allow image artifact details to be specified manually
- Rename image publication name to be more esoteric to reduce the chance of conflicts. Note: breaks compatibility with existing backwards compatibility schema checks.
0.0.8
- Migrate off of deprecated commands and options
0.0.7
- Use an explicit version of Buf rather than
latest
, which is not actually always the latest version.
0.0.6
- Do not attempt to resolve image publication artifact details if neither
publishSchema
norpreviousVersion
are set - Derive image artifact ID and group ID even if
publishSchema
is false to allow checking of breaking changes without necessarily publishing the current version
0.0.5
- Fix config input option for image building task
0.0.4
- Allow Buf configuration to be specified via the
buf
Gradle configuration.
0.0.3
- Allow specification of configuration file via
configFileLocation