io.beekeeper.gradle.plugin
Owner: Beekeeper
A plugin that runs a set of utility plugins used at beekeeper
https://github.com/beekpr/beekeeper-gradle-plugins/blob/master/README.md
Sources: https://github.com/beekpr/beekeeper-gradle-plugin
Version 0.16.0 (latest)
0.16.0
Created 04 October 2024.
A plugin that runs a set of utility plugins used at beekeeper
Add this plugin to your build using the plugins DSL:
plugins {
id("io.beekeeper.gradle.plugin") version "0.16.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.beekeeper.gradle:beekeeper-plugin:0.16.0") } } apply(plugin = "io.beekeeper.gradle.plugin")
- Applying plugins to all subprojects .