io.github.paopaoyue.ypp-rpc-generator
Owner: Yue Peng
A code generator for ypp-rpc framework
https://github.com/PaoPaoYue/mesh
Sources: https://github.com/PaoPaoYue/mesh
Version 0.1.2-jdk8 (latest)
0.1.2-jdk8
Created 03 December 2024.
A code generator for ypp-rpc framework
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.paopaoyue.ypp-rpc-generator") version "0.1.2-jdk8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.paopaoyue:rpc-generator-gradle-plugin-jdk8:0.1.2-jdk8") } } apply(plugin = "io.github.paopaoyue.ypp-rpc-generator")
- Applying plugins to all subprojects .