com.rivancic.asyncapi-gradle-plugin
Owner: Renato Ivancic
Plugin that generates code based on AsyncAPI file specification. It wraps original npm AsyncApi generator.
https://github.com/rivancic/asyncapi-generator-gradle-plugin
Sources: https://github.com/rivancic/asyncapi-generator-gradle-plugin
Version 0.2.0 (latest)
0.2.0
Created 28 October 2023.
Plugin that generates code based on AsyncAPI file specification. It wraps original npm AsyncApi generator.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.rivancic.asyncapi-gradle-plugin") version "0.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.rivancic:asnyc-generator-gradle-plugin:0.2.0") } } apply(plugin = "com.rivancic.asyncapi-gradle-plugin")
- Applying plugins to all subprojects .