io.neonbee.gradle.kickstart.models
Owner: NeonBee
NeonBee Kickstart Models Plugin to lower the barrier to entry to explor NeonBee.
https://github.com/SAP/neonbee-plugin-kickstart
Sources: https://github.com/SAP/neonbee-plugin-kickstart
Version 0.1.1
0.1.1
Created 25 April 2022.
NeonBee Kickstart Models Plugin to lower the barrier to entry to explore NeonBee.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.neonbee.gradle.kickstart.models") version "0.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.neonbee:neonbee-kickstart-gradle:0.1.1") } } apply(plugin = "io.neonbee.gradle.kickstart.models")
- Applying plugins to all subprojects .