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.7.11
0.7.11
Created 15 December 2023.
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.7.11"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.hedera.pbj:pbj-compiler:0.7.11") } } apply(plugin = "com.hedera.pbj.pbj-compiler")
- Applying plugins to all subprojects .