nebula.hollow
Owner: Nebula Plugins
This plugin provides a task for generating hollow consumer api.
https://github.com/nebula-plugins/nebula-hollow-plugin
Sources: https://github.com/nebula-plugins/nebula-hollow-plugin
Version 4.0.0 (latest)
4.0.0
Created 21 October 2024.
Provides a task for generating hollow consumer api
Using the plugins DSL:
plugins {
id("nebula.hollow") version "4.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.netflix.nebula:nebula-hollow-plugin:4.0.0")
}
}
apply(plugin = "nebula.hollow")
Using the plugins DSL:
plugins {
id "nebula.hollow" version "4.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.netflix.nebula:nebula-hollow-plugin:4.0.0"
}
}
apply plugin: "nebula.hollow"