com.hedera.pbj.pbj-compiler
The PBJ Protobuf plugin provides protobuf compilation to java records.
https://github.com/hashgraph/pbj
Sources: https://github.com/hashgraph/pbj
Version 0.9.11 (latest)
0.9.11
Created 25 November 2024.
The PBJ Protobuf plugin provides protobuf compilation to java records.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.hedera.pbj.pbj-compiler") version "0.9.11"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.hedera.pbj:pbj-compiler:0.9.11") } } apply(plugin = "com.hedera.pbj.pbj-compiler")
- Applying plugins to all subprojects .